		.desktop-bnr{
			position: relative;
			background: url('https://quran-m.com/wp-content/themes/3elm-eman/assets/bnr/app-desktop-bg.jpg')no-repeat top left;
			background-size:cover;
			height: 240px;
			margin: 40px auto;
        	text-align:left;
		}
		.desktop-bnr.hafez{
			background-image: url('https://quran-m.com/wp-content/themes/3elm-eman/assets/bnr/hafez-desktop-bg.jpg');
		}
		.desktop-bnr .btns{
			display: inline-block;
			margin-top: 60px;
			margin-left: 370px;
		}
		.desktop-bnr.hafez .btns{margin-left: 400px;}
		.desktop-bnr .btns a{
			display: block;
    transition: all 0.3s ease;
		}
		.desktop-bnr .btns a img{
			    width: 200px;
					max-width: 100%;
		}
		.desktop-bnr .btns a:hover{
			    transform: scale(0.97);
		}

		.mobile-bnr{
			max-width: 500px;
			margin: 40px auto;
			background: url('https://quran-m.com/wp-content/themes/3elm-eman/assets/bnr/quran-mobile-bg.jpg')no-repeat top right;
			background-size: cover;
			height: 380px;
			display: flex;
			align-content: flex-end;
			align-items: flex-end;
			justify-content: flex-start;
			justify-items: flex-start;
			padding:15px;
			display: none;

		}
		.mobile-bnr.hafez{
			background-image:url('https://quran-m.com/wp-content/themes/3elm-eman/assets/bnr/hafez-mobile-bg.jpg');
			justify-content: center;
			justify-items: center;
		}
		.mobile-bnr .btns {text-align: right;}
		.mobile-bnr .btns a{display: block;}
		.mobile-bnr .btns a img{height:50px;    max-width: 100%;}
		.mobile-bnr.hafez .btns a img{height:60px}

		@media(max-width:769px)  {
			.desktop-bnr{
    		background-position: top right;
	   }
		 .desktop-bnr .btns,.desktop-bnr.hafez .btns{margin-left: 10px;margin-top: 70px;}
		 .desktop-bnr .btns a img{width: 150px;}
		}
		@media(max-width:480px)  {
			.desktop-bnr{display: none;}
			.mobile-bnr{display: flex;}
		}
		@media(max-width:385px)  {
			.mobile-bnr{height: 350px;}
		}