[id] { scroll-margin-top: 20px; }

.mfloor-plan .content {
    height: calc(100vh - 240px);
    padding-bottom: 20px;
}

.mfloor-plan-wrapper .mfloor-plan-overlay {
    z-index: 3;
    position: absolute;
    pointer-events: none;
}

.mfloor-plan-hover-tooltip {
    position: absolute;
    z-index: 7;
    pointer-events: none;
    display: none;
    transform: translate(-50%, calc(-100% - 8px));
    padding: 6px 10px;
    background: rgba(33, 37, 41, 0.92);
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 4px;
    max-width: 260px;
    text-align: center;
    white-space: nowrap;
}

.mfloor-plan-hover-tooltip.is-visible {
    display: block;
}

.mhome-img {
    height: 480px !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 1400px) {
    .mfloor-plan .content {
        height: calc(100vh - 360px);
    }
}

@media (min-width: 1921px) {
    .section-floor-plan {
        padding-top: 64px;
        padding-bottom: 64px;
        display: flex;
        justify-content: center;
    }

    .mfloor-plan .content {
        height: calc(92vh - 360px);
    }
}