I'd like to be able to achieve something similar to this CSS functionality - ``` // Mobile menu @media only screen and (min-width: 1000px) and (min-height: 500px) { // Desktop menu } ```