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