html si l'écran est plus petit

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