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