/* Hide on Desktop, Show on Mobile */ @media screen and (min-width: 769px) { .mobile-only { display: none !important; } }