.hover-zoom {
    transition: transform .2s;
}

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