Image Zoom In Effect - kary4/divituts GitHub Wiki

.et-waypoint:hover, .et-waypoint {
    overflow: hidden;
    transition: all 1s 0s !important;
}
.et-waypoint img {
    transform: scale(1);
    transition: all 0.4s 0s !important;
}
.et-waypoint:hover img {
    transform: scale(2);
    transition: all 0.5s 0.;
}