/* SHE Venture — local full-bleed hero image */
.hero{
  min-height:610px;
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  align-items:stretch;
}

.hero-media.hero-photo{
  width:100%;
  min-height:0;
  align-self:stretch;
  overflow:hidden;
  background:var(--ivory);
}

.hero-media.hero-photo>img:first-child{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:54% center;
  opacity:1;
}

.hero-media.hero-photo .scene-logo-hero{display:none!important}

@media(max-width:1180px){
  .hero{
    min-height:570px;
    grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);
    align-items:stretch;
  }
}

@media(max-width:760px){
  .hero{display:block;min-height:0}
  .hero-media.hero-photo{
    width:100%;
    min-height:0;
    aspect-ratio:16/9;
  }
  .hero-media.hero-photo>img:first-child{
    object-fit:cover;
    object-position:center center;
  }
}
