body {
	background: green;
}

@media (max-width: 600px) {
	body {
		background: red;
	}
}