/* Page-specific styles for concertband-upper.html */
.hero-banner{ width:100%; display:block; border-radius:12px; overflow:hidden; margin-bottom:14px; }
.hero-banner img{ width:100%; height:320px; object-fit:cover; display:block; }

/* Slightly increase spacing for the center column hero on this page */
.center-column .hero{ padding-top:6px; }

/* Ensure right-column image is not too tall on desktop */
.right-column .image-container img{ max-height:360px; object-fit:cover; }

/* Keep mobile adjustments consistent */
@media (max-width:900px){
  .hero-banner img{ height:220px; }
  .right-column .image-container img{ max-height:220px; }
}
