@media screen and (min-width:1024px) { .is_mobile { display: none !important; } } @media screen and (orientation:portrait) and (max-width:1023px) { .is_desktop { display: none !important; } }