/* Keep the 750x800 homepage artwork intact on desktop and mobile previews. */
.hero {
    min-height: 0;
    aspect-ratio: 15 / 16;
}

@media (min-width: 650px) {
    .hero {
        min-height: 0;
    }
}
