.container { color: red; .nested { width: 100%; } @media (max-width: 600px) { display: none; } }