.oniue-silent-video {
	width:100%;overflow:hidden;position:relative;
}
.homepage-video_container {
  height:600px; 
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
} 
@media only screen and (max-width: 991px) { 
	.homepage-video_container {height:380px;} 
} 
@media only screen and (max-width: 768px) { 
	.homepage-video_container {height:280px;} 
} 
.oniue-silent-video .overlayVideo {
  position: absolute;
  left: -3000px;
  top: 0px;
  z-index: 6;
  visibility: hidden;
}
.oniue-silent-video .backgroundVideo {
  z-index: 4;
  visibility: hidden;
}
.oniue-silent-video #video_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.oniue-silent-video #video_container-hover  {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;top:0;left:0;
  background: rgba(1,1,1,.1);
  z-index: 2; 
}