/* Mobile Phone */ @media (max-width: 600px) { } /* Tablets and other weird intermediary stuff. */ @media (min-width: 601px) and (max-width: 1023) { } /* Desktops and Laptops */ @media (min-width: 1024) { }