html, jeśli ekran jest mniejszy, co

@media screen and (max-width: 1024px) {
    .yourClass {
        display: none !important;
    }
}
Victorious Vendace