.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: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 8;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

@media(max-width:768px){
	.video-container .poster { width: 100%!important; height: auto!important; }
		.video-container .poster img { max-width: 100%!important; left: 0!important; margin-left: 0!important; height: auto!important; top: 0!important; }
	.dados { top:50%!important }
	#home-video h1 { font-size: 1.5em!important; }
		#home-video .btn { margin:5px!important; padding: 5px 15px!important; }
	.pattern { display:none!important }
	.iso-box { position: relative!important; min-height: 150px!important; float: left; overflow: hidden; margin: 0!important; height: auto!important; width: 50%; left: 0!important; top:0!important }
}