/*--
	Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/



/*-- Reset-Code --*/

body {
	padding: 0;
	margin: 0;
	background: #FFF;
	
}



/*-- Video --*/

.video {
	height: 1000px;
}


/*-- //Video --*/




/*-- Responsive-Code --*/





@media screen and (max-width: 966px) {
	.video {
		height: 500px;
	}

}






@media screen and (max-width: 767px) {
	.video {
		z-index: -9;
		/*--w3layouts--*/
		/*--agileits--*/
	}
	
}

@media screen and (max-width: 736px) {
	.video {
		height: 325px;
	}

}



@media screen and (max-width: 640px) {
	.video {
		height: 275px;
	}
	
}



@media screen and (max-width: 568px) {
	.navbar-nav>li {
		display: block;
		padding: 10px;
	}
	.video {
		height: 225px;
	}

}



@media screen and (max-width: 414px) {
	.video {
		height: 250px;
	}

}







/*-- //Responsive-Code --*/
