@media (max-width: 767px) { body .hide-on-mobile { display: none !important; } } @media (min-width: 768px) and (max-width: 1024px) { body .hide-on-tablet { display: none !important; } } @media (min-width: 1025px) { body .hide-on-desktop { display: none !important; } }