/* Keep the approved wide hero image visible by moving the copy card to the far left. */
@media (min-width: 901px) {
  body[data-page="home"] .hero-content {
    width: min(470px, calc(100% - 2rem)) !important;
    margin-left: clamp(1rem, 2.6vw, 2.75rem) !important;
    margin-right: auto !important;
    padding: clamp(1.5rem, 2.4vw, 1.95rem) !important;
  }

  body[data-page="home"] .hero h1 {
    font-size: clamp(2.85rem, 4.45vw, 4.25rem) !important;
  }

  body[data-page="home"] .hero-media {
    object-position: center 57% !important;
  }
}

@media (min-width: 901px) and (max-width: 1120px) {
  body[data-page="home"] .hero-content {
    width: min(430px, calc(100% - 2rem)) !important;
    margin-left: 1rem !important;
  }

  body[data-page="home"] .hero h1 {
    font-size: clamp(2.55rem, 5.2vw, 3.65rem) !important;
  }
}
