@media screen and (max-width:1024px) {
    #main-menu .menu-item {
        display: none;
    }
}