@media screen and (max-width: 768px) { .desktop-only { display: none !important; } } @media screen and (min-width: 769px) { .mobile-only { display: none !important; } }