@media (max-width: 768px) {
    .navbar-right {
        position: fixed !important;
        top: 0rem;
        padding-top: 5rem;
        right: -70vw;
        z-index: 100;
        width: 70vw;
        /* background-color: #fff; */
        padding: 0.5rem 1rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: 0.5s;
        text-align: right;
        padding-right: 2ch;
    }

    .nav87 {
        /* position: fixed;
        height: 100vh;
        width: 70vw;
        right: -70vw; */
        background: #000;

    }

    .navbar87 {
        height: 100vh;
        /* width: 70vw !important; */
        background: #000 !important;
        padding-top: 5rem;
        /* margin-top: 5rem; */
        z-index: 15;
    }

    .nav87Active {
        right: 0;
        transition: 0.s;
    }


}