html:not(:hover), 
body:not(:hover),
body.fall{
	background-color:#f7f7f7;
	background-image: url('/themes/stabenow/images/fall-background.jpg');
	background-repeat:  no-repeat;
	background-size: 100% auto;
}

@media(max-width:500px){
	html:not(:hover), 
	body:not(:hover),
	body.fall{
		background-size: 150% auto;
		background-position-x: 0rem;
		background-position-y: 0rem;
	}
}

