.tzs-hover-img img {
    cursor: pointer;
    transition: all 0.6s;
}

.tzs-hover-img img:hover {
    transform: scale(1.2);
}