.video-banner {
  width: 100%;
  aspect-ratio: 12/5;
  position: relative;
  margin-bottom: 4rem;
}

.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.video-banner .poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 0;
}
