.video-banner {
  overflow: hidden;
}

.video-banner__iframe {
  min-height: 100%;
}

.video-banner__iframe > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; 
  display: block;
}
