@media only screen and (max-width: 480px) {
    a {
        b {
            one: two;
            c {
            	three: four;
            }
        }
    }
}