@media (max-width: 576px) {
	body{
		background-image: none;
		background-color: #afd990;
		background-position: center, center;
		background-attachment: fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
