@media screen and (max-width: 750px) {

    /* MENU DESKTOP AND MOBILE */

    .menuDesktop {
        display: none;
    }

    .menuMobile {
        display: block;
    }

}

@media screen and (max-width: 450px) {

}