.mobile-only { display: none; } @media only screen and (max-width: 768px), only screen and (max-height: 700px) { .hidden-on-mobile, .desktop-only { display: none !important; } .mobile-only { display: unset !important; } }