/* Small devices (tablets, 576px and up) */
@media (max-width: 767.98px) {
    :root {
        --font-size-title: 2rem;
        --font-size-bodyLarger2x: 1.5rem;
        --font-size-bodyLarger: 1.2rem;
        --font-size-medium: 1rem;
        --font-size-body: 1rem;
        --font-size-small: 0.8rem;
        --font-size-smaller: 0.75rem;
    }

    #bannerVideo {
        width: 100%;
    }

    .nav-logo {
        width: 10rem !important;
    }

    .footer-logo {
        width: 10rem !important;
    }

    .coming-soon {
        padding: 10rem 0 !important;
    }

    .mt-3 {
        margin-top: 0.5rem !important;
    }

    .m-mt2 {
        margin-top: 2rem !important;
    }

    #footer-logo {
        text-align: center !important;
    }

    #footer-location {
        padding-right: 10rem !important;
    }

    .schedule-container {
        grid-template-columns: repeat(1, 1fr) !important;
        padding: 0 !important;
        gap: 1rem !important;
    }

    #scheduleInfo {
        padding: 0 !important;
    }

    .desktop-w {
        width: 100% !important;
    }

    .mobile-spaces-p {
        padding: 2rem !important;
    }

    .mobile-p-0 {
        padding: 0 !important;
    }

    .mobile-mr {
        margin-right: -0.7rem !important;
    }

    .coaches-container {
        padding: 0 !important;
    }

    .mpt-5 {
        padding-top: 2rem !important;
    }

    .mpy-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .mpy-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .mmb-5 {
        margin-bottom: 2rem !important;
    }

    .mmt-2 {
        margin-top: 1rem !important;
    }

    .mobile-ls-0 {
        letter-spacing: 0px !important;
    }

    .coaches-card {
        width: 100%;
    }

    .coach-circle {
        width: 68px !important;
        height: 68px !important;
    }

    .title-logo {
        width: 20rem !important;
    }

    .membership-1 {
        margin-bottom: 0.5rem !important;
    }

    #residences_landscape {
        display: none !important;
    }

    #residence .button-main {
        width: 80% !important;
    }

    #residenceImage {
        width: 130% !important;
        padding: 0 !important;

        img {
            rotate: 90deg !important;
        }
    }

    .spaces .swiper-slide {
        display: flex;
        flex-direction: column;
    }

    .spaces .swiper-slide .spaces-card {
        flex: 1 1 auto;
        display: flex !important;
        flex-direction: column !important;
        height: 100%;
        box-sizing: border-box;
    }

    .spaces .swiper-pagination {
        position: relative !important;
        bottom: auto !important;
        margin-top: 16px;
        width: 100%;
        text-align: center;
        z-index: 10;
    }

    .spaces .swiper-wrapper {
        overflow: visible !important;
    }

    .exclusive-membership {
        .text.medium {
            letter-spacing: 1px !important;
        }
    }

    .newsSwiper img {
        width: 100% !important;
    }

    #newsImage {
        width: 100% !important;
    }
}

/* Medium devices (small laptops, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .access-plan {
        width: auto !important;
    }
}