@media (max-width: 767px) {
  main > section,
  .content-showcase {
    content-visibility: visible !important;
    contain: none !important;
    contain-intrinsic-size: auto !important;
  }
  .hero-grid {
    overflow: visible !important;
    padding-bottom: 54px !important;
  }
  .hero-grid > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 34px !important;
  }
  .hero-copy + div {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 540px !important;
    margin: 0 auto !important;
  }
  .hero-stage.hero-stage--skyline-only,
  .hero-stage {
    display: flex !important;
    width: min(100%, 620px) !important;
    height: auto !important;
    min-height: 520px !important;
    aspect-ratio: auto !important;
    margin: 0 auto !important;
    padding: 12px !important;
    overflow: hidden !important;
  }
  .hero-stage-grid {
    display: grid !important;
    width: 100% !important;
    height: auto !important;
    min-height: 496px !important;
    place-items: center !important;
  }
  .hero-phone-wrap {
    display: block !important;
    position: relative !important;
    width: min(100%, 300px) !important;
    max-width: 300px !important;
    height: auto !important;
    min-height: 470px !important;
    margin: 0 auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .hero-phone-shell,
  .hero-phone-wrap .phone-shell {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .hero-phone-shell > div:last-child,
  .hero-phone-wrap .phone-shell > div:last-child {
    height: 450px !important;
    min-height: 450px !important;
  }
  #heroMockupVideo {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .content-showcase {
    position: relative !important;
    z-index: 2 !important;
    overflow: visible !important;
    padding-top: 58px !important;
  }
  .showcase-heading,
  .showcase-title,
  .showcase-copy {
    overflow: visible !important;
    max-height: none !important;
  }
  .showcase-title {
    line-height: 1.08 !important;
    padding-bottom: .08em !important;
  }
}
@media (max-width: 420px) {
  .hero-copy + div { min-height: 500px !important; }
  .hero-stage.hero-stage--skyline-only,
  .hero-stage { min-height: 490px !important; padding: 9px !important; }
  .hero-stage-grid { min-height: 470px !important; }
  .hero-phone-wrap { width: min(100%, 278px) !important; max-width: 278px !important; min-height: 438px !important; }
  .hero-phone-shell > div:last-child,
  .hero-phone-wrap .phone-shell > div:last-child { height: 420px !important; min-height: 420px !important; }
}
