/* Small breakpoint: */
@media (min-width: 576px) {

    .sidebar-menu .nav-link {
        font-size: 0.9rem !important;
    }

    .under-header {
        height: 50px;
    }

    .height-minus-nav {
        min-height: calc(100vh - 50px) !important;
    }

    .intro-video {
        max-width: 97%;
    }

    .my_navbar {
        height: 50px;

        a {
            font-size: 1.2rem !important;
        }

        img {
            scale: 85%;
        }

        .btn_in_dark,
        .btn_in_light {
            scale: .75;
        }

        i {
            font-size: 1.7rem !important;
        }
    }

    .intro-text {
        font-size: 0.8rem !important;
    }

    .sale-coundown .sale-coundown-time {
        font-size: calc(1.3rem + .6vw);
    }

    .sale-coundown .sale-coundown-number {
        font-size: calc(2rem + .8vw);
    }

    .under-construction {
        font-size: calc(1.1rem + .5vw);
    }

}