/*-------------------------------------------*/
/*-----------------VIDEO---------------------*/
/*-------------------------------------------*/
.homepage-hero-module {
	border-right: none;
	border-left: none;
	position: relative;
}
.no-video .video-container video,
.touch .video-container video {
	display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
	display: block !important;
}
.video-container {
	position: absolute;
	bottom: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #000;
	z-index: -1;
}
.video-container .poster img {
	width: 100%;
	bottom: 0;
	position: absolute;
}
.video-container .filter {
	z-index: 100;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	width: 100% !important;
	height:100% !important;
	padding:0 !important;
	margin:0 !important;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.video-container video {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left:0;
}
.video-container video.fillWidth {
	width: 100%;
}
.homepage-hero-module h4{
    color:#FFF;
}

.hidden {
    display: none !important;
}