.zoom-in {
	transition: transform 300ms ease-in-out;
}

.zoom-in:hover {
  	transform: scale(1.15);
}