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