.zoom{
	transition: transform 0.2s;
}

.zoom:hover{
	transform: scale(1.25);
	cursor:pointer;
}