@media (max-width: 700px) {
  .hero {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
  }

  .hero-video {
    inset: 0 0 auto !important;
    width: 100% !important;
    height: var(--mobile-video-height, 89%) !important;
    object-fit: cover !important;
    object-position: var(--mobile-video-x, 89%) center !important;
  }

  .hero-inner {
    height: auto !important;
    padding-top: var(--mobile-copy-top, 246px) !important;
    padding-bottom: var(--mobile-hero-gap, 16px) !important;
  }

  .hero-copy {
    width: min(92vw, var(--mobile-copy-width, 289px)) !important;
    margin-inline: auto !important;
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-actions {
    justify-content: center;
  }

  .hero-body {
    margin-inline: auto;
  }
}
