/* IMG-9: desktop hero shows the full lineup. The 622px lock is shorter
   than the 1920×760 photo, so object-fit:cover cropped the left and right. */
@media (min-width: 1200px) {
	.hero-section {
		height: auto !important;
		min-height: 0 !important;
		aspect-ratio: var(--lumi-hero-w, 1920) / var(--lumi-hero-h, 760);
	}

	.hero-section .hero-picture img {
		aspect-ratio: auto !important;
		object-fit: contain !important;
		object-position: center center;
		width: 100%;
		height: 100%;
	}
}
