/* No less than 400px, no greater than 900px */ @media (min-width:400px) and (max-width:900px) { .foo { display:none; } }