img.zoom {
	transform: scale(1.0);
	transition: ease-out 0.2s;
}

img.zoom:hover {
	transition: ease-in 0.2s;
	transform: scale(0.9);
}
	