/* Menü açılışındaki menemen tavasını daha kompakt ve odaklı gösterir. */
.menu-hero-v2 {
    height: 68svh;
    min-height: 540px;
}

.menu-hero-photo img {
    object-position: center 64%;
}

.menu-hero-content {
    padding-bottom: 68px;
}

@media (max-width: 680px) {
    .menu-hero-v2 {
        height: 62svh;
        min-height: 500px;
    }

    .menu-hero-photo img {
        object-position: center 66%;
    }

    .menu-hero-content {
        padding-bottom: 42px;
    }
}
