
.zoom{
	transition: transform 3; /* Animation */
}

.zoom:hover{
	transform: scale(1.5); /* Size */
}

