/* Medium breakpoint: */
@media (min-width: 768px) {

    .sidebar-menu {
        box-shadow: none;
    }

    .under-header {
        height: 55px;
    }

    .height-minus-nav {
        min-height: calc(100vh - 55px) !important;
    }

    .intro-video {
        max-width: 47%;
    }

    .my_navbar {
        height: 55px;

        .user {
            font-size: 0.8rem;
        }

        img {
            scale: 90%;
        }

        .navbar-menue a {
            font-size: 0.8rem !important;
        }

        .btn_in_dark,
        .btn_in_light {
            scale: .8;
        }

        i {
            font-size: 1.5rem !important;
        }
    }

    .intro-text {
        font-size: .8rem !important;
    }

    .order-summary-sticky {
        background-color: lightcoral;
        /* Background color for visibility */
        position: -webkit-sticky;
        position: sticky !important;
        /* Use sticky positioning */
        top: 66px;
        /* Height of the navbar */
        z-index: 1000;
        /* Keep it above other content */
    }

        .under-construction {
            font-size: calc(1.4rem);
        }
}