.banner__media-video-cover,
.banner__media-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner__media-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

iframe.banner__media-video {
  background-color: rgba(var(--color-foreground), 0.03);
  border: 0;
}

video.banner__media-video {
  background: var(--color-white);
  object-fit: cover;
}
