@media only screen and (min-width : 1024px) and (max-width: 5120px) {
	.mySlides {
	  display: none; 
	}
	#mobile_slider{
		display:none;
	}
	#ipad_slider{
		display:none;
	}
	#desktop_slider{
		display:block;
		min-height:500px;
		background-image: url("https://quranleadstoheaven.com/images/main_slider/img4.webp");
	}
	.mySlides img{
		width:100%;
	}
	.mySlides img{
		min-height:400px;
	}
}

@media screen and (min-width: 480px) and (max-width: 1024px) { 
	.mySlides {
	  display: none; 
	}
	#desktop_slider{
		display:none;
	}
	#mobile_slider{
		display:none;
	}
	#ipad_slider{
		display:block;
		background-image: url("https://quranleadstoheaven.com/images/responsive/ipad/img2.webp");
		height: 100%;
	}
	

	 .slideshow-container{
	  width: 100%;
	  height: auto !important;
	} 
	.myIpadSlides img{
		width:100%;
		height: auto !important;
	}
	.box_image_section img{
		width:100%;
	} 
	.background{
		float:left;
		background-color: #cdcdcd;
		width:100%;
		padding: 10px 0px;
	}
}




@media screen and (max-width: 480px) { 
	.mySlides {
	  display: none;
	}
	#desktop_slider{
		display:none;
	}
	#ipad_slider{
		display:none;
	}
	#mobile_slider{
		display:block;
		border-top: 7px solid #000000;
		min-height:430px;
		/* background-image: url("https://quranleadstoheaven.com/images/responsive/mobile/img2.webp"); */
	}
	.mySlides img{
		width:100%;
	}
	.mySlides img{
		min-height:400px;
	}
/*
	.slideshow-container{
	  width: 100%;
	} 
	 .myMobileSlides img{
		width:100%;
		height:auto;
	}
	.box_image_section img{
		width:100%;
		height:auto;
	} */
}






