@media only screen and (max-device-width: 480px) {
	.front-image {
		position:relative;
		left: -20%;
	}
	
	#centerform {
		transform: scale(2);
	}
}