.video-banner .video-popup--cta-image figure {
  height: 100svh;
}

@media (min-width: 1024px) {
  .video-banner .video-popup--cta-image figure {
    height: unset;
    aspect-ratio: 72 / 35;
  }
}