img.zoom {
	transition: transform .3s ease;
	transform: scale(1.0);
}

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