/* Hide LOGIN and SIGNUP buttons on desktop */
@media screen and (min-width: 992px) {
    .menu li:nth-child(4),
    .menu li:nth-child(5) {
        display: none;
    }
}