/* ===========================
--- Video bg
============================ */

#section-video { 
	margin:0;
	height: 300px; 
	background-attachment: fixed !important; 
	background-size: cover !important; 
	color: #fff; 
	position: relative; 
	margin: 0 auto; 
	text-align: center;
}
#section-video .video-container { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; }

#section-video .overlay { 
	position: relative; 
	height: 100%; 
	z-index: 2; 
	padding: 60px 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
}


/* ===========================
--- Intro - home video
============================ */





#intro.home-video { 
	position: relative; 
	margin: 0 auto; 
	text-align: center;
	height: 0;
	padding-top: 13%;
	padding-bottom: 19%;
	position: relative;
	overflow: hidden;
	
}
#intro.home-video .homevideo-container { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; }


#intro.home-video .home-video-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}













/