/* IMG-10 / IMG-11: phone + tablet keep the top of the lineup under the
   header. The 630px lock + cover/center cropped the top when widening.
   Desktop ≥1200 is IMG-9 (landscape lineup). */
@media (max-width: 680px) {
	.hero-section {
		height: auto !important;
		min-height: 630px !important;
		aspect-ratio: var(--lumi-hero-mw, 780) / var(--lumi-hero-mh, 1202);
	}

	.hero-section .hero-picture {
		top: 0;
		bottom: auto;
	}

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

@media (min-width: 681px) and (max-width: 1199px) {
	.hero-section {
		width: 100% !important;
		max-width: none !important;
		aspect-ratio: auto !important;
		height: min(860px, max(640px, calc(100vh - 96px))) !important;
		min-height: 640px !important;
		max-height: none !important;
	}

	.hero-section .hero-picture {
		inset: 0;
		width: 100%;
		height: 100%;
	}

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