/* The scoped build sets center positioning with !important; this phone-only
   rule deliberately has higher specificity so the cathedral stays visible. */
@media (max-width: 560px) {
  section.hero .hero-media img {
    object-position: 0% 50% !important;
  }
}
