/* bust 2026-08-27 hero offers full graphic, no crop */
.hero-a-in { align-items: start !important; }
.hero-banner { align-self: stretch !important; }
.hero-banner-ph,
a.hero-banner-ph,
.hero-a .hero-banner-ph {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
}
.hero-banner-ph img,
.hero-a .hero-banner-ph img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center top !important;
}
