@media only screen and (max-width: 480px) {
	body {
	background-color: purple;
	
	}

	/"----prevents iPhone from resizing in landscape mode ----"/
	html {-webkit-text-size-adjust: none; }
	 
}/"phone"/
