/**
 * HandlaOnline — mega menu featured image (right column inside dropdown)
 */

.ho-mega-menu-image {
    height: 100%;
    min-height: 140px;
    display: flex;
    align-items: stretch;
}

.ho-mega-menu-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 140px;
    max-height: 320px;
    object-fit: cover;
    border-radius: var(--border-radius, 4px);
}

@media (max-width: 991px) {
    .ho-mega-menu-image {
        margin-top: 0.75rem;
        min-height: 0;
    }

    .ho-mega-menu-image img {
        max-height: 180px;
        min-height: 120px;
    }
}
