body  {background:#ffffff;}


/* Mobile & Smallest Smartphone Screens */
@media only screen and (max-width: 480px){	
	body{background-size:cover;}
	img{max-width:100%;height:auto;}
	
}