@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 640px) { 

#imageBackground {
	background-position: center center;
	background-size: cover;
	}
	
}