/* Desktop placement shared by the natural and bridal makeup hero images. */
@media (min-width: 961px) {
  body.match-type-hero .page-hero {
    padding: 0 0 56px !important;
  }

  body.match-type-hero .page-hero > .container.hero-grid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 0 !important;
    align-items: stretch !important;
    min-height: 670px !important;
  }

  body.match-type-hero .page-hero .hero-copy {
    width: 100% !important;
    max-width: none !important;
    padding: 80px 7vw 70px max(5vw, 30px) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  body.match-type-hero .page-hero .hero-visual {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 670px !important;
    aspect-ratio: auto !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    overflow: hidden !important;
  }

  body.match-type-hero .page-hero .hero-visual img,
  body.match-type-hero .page-hero .hero-visual .img-main {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 670px !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center top !important;
  }
}
