.slideshow-featured-video.contains-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -30px;
  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  section.custom-home-banner {
    overflow: hidden;
  }
}