/* Megamart theme overrides */
@media (max-width: 767.98px) {
    /* Mobile home slider: show full banner (no cropping) */
    .home-banner-area .mobile-img-auto-height .carousel-box > a > div {
        height: auto !important; /* overrides h-180px... */
        overflow: hidden; /* keep layout stable if image is taller */
    }

    .home-banner-area .mobile-img-auto-height .carousel-box img.img-fit {
        width: 100% !important;
        max-width: 100%;
        height: auto !important; /* overrides h-100 */
        object-fit: contain !important; /* prevents edge cropping */
        object-position: center !important;
        display: block;
    }
}
