.zoom {
	transition: transform .2s;
}	
.zoom:hover {
	transform: scale(1.5);
}	

