.hero-video video {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  display: block;
}

.banner.video-banner::after,
.video-banner .banner__media::after {
  content: '';
  position: absolute;
  display: block !important;
  top: 0;
  background: #000000;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
