 @media (max-width: 478px) { .desktop-only { display: none !important; } }  @media (min-width: 479px) { .mobile-only { display: none !important; } }