@media (min-width: 1000px) { #test-small { display: none; } } @media (max-width: 999px) { #test-large { display: none; } }