/*****************************************/
/************** VIDEO HEADER *************/
/*****************************************/

.home #main_header{
	height: auto;
	min-height: 0px;
}
#header_featured_video {
	background-color: #fff;
	position: relative;
}
#header_featured_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and ( max-width: 980px ) {
}
@media only screen and ( max-width: 768px ) {
	#logo_wrapper {
		display: none;
	}
}
@media only screen and ( max-width: 480px ) {
}
@media only screen and ( max-width: 360px ) {
}
@media only screen and ( max-width: 320px ) {
}
