div.hover-zoom:hover {
    transform: scale(1.1);
    transition: transform .3s;
}
