@media (min-width: 761px) {
    .hero-image {
        height: min(56vh, 620px);
        min-height: 480px;
    }
}
