video {

}


/*.mobile_hide {
	display:none;
}*/

.desktop_hide {
	display: none;
}


@media (max-width : 767px){

	/* Mobile Slider settings */

		.desktop_hide {
			display: inline-block;
		}

		.homepage_slider {
			height:100vh !important;
		}

		#section1 {
				display:block !important;		
		}
		.home .row.site-content{
			margin-right: 0;
			margin-bottom: 0;
		}
		#section2 {
			display:block !important;
			background-image:url(http://cyberextruder.com/wp-content/uploads/2017/03/cyberextruder-homepage-mobile-2-2.jpg) !important;	
		}

		.homepage_slider #section3 {
			background-image:url(http://cyberextruder.com/wp-content/uploads/2017/03/cyberextruder-homepage-mobile-4-3.jpg) !important;
		}


		#section1 .intro_caption {
		    max-width: 100%;
		    position: absolute;
		    bottom: 40% !important;
		    padding: 0px 0px 0px 0px;
		    text-align: center;
		    margin: 0 auto;
		}
		#section3 .intro_caption {
		    max-width: 100%;
		    position: absolute;
		    bottom: 10% !important;
		    padding: 0px 20px 0px 0px;
		    text-align: center;
		    margin: 0 auto;
		}
		#section2{
		}



		.slick-list {
			height:100% !important;
	
		}
		.slick-track {
			height:100% !important;
		}
		.slick-slide {
			height:100% !important;
			background-size: cover !important;
	    background-position: center center !important;
	    background-repeat: no-repeat !important;
	    padding: 0px 20px;
		}

		video {
			display:none !important;
		}
	}

@media screen and (max-aspect-ratio: 4/3) {

video {

}

}

@media screen and (min-aspect-ratio: 4/3) {

video {

		max-height:100%;
}
	
}





/* Landscape Phone image changes */
@media only screen and (max-device-width: 736px) and (orientation: landscape) { 


		#section1 {
			background-image:url(http://cyberextruder.com/wp-content/uploads/2017/03/cyberextruder-homepage-mobile-landscape-1.jpg) !important;
		}

		#section2 {
			background-image:url(http://cyberextruder.com/wp-content/uploads/2017/03/cyberextruder-homepage-mobile-landscape-2-2.jpg) !important;
		}

		#mobilesection1 {
			background-image:url(http://cyberextruder.com/wp-content/uploads/2017/03/cyberextruder-homepage-mobile-landscape-3.jpg) !important;
		}

		.homepage_slider #section3 {
			background-image:url(http://cyberextruder.com/wp-content/uploads/2017/03/cyberextruder-homepage-mobile-landscape-4.jpg) !important;
		}

}











