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

img.zoom:hover {
	transform: scale(0.96);
	transition: transform 0.5s ease;
}