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