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