.vc_single_image img {
    transition: transform 0.3s ease-in-out;
}

.vc_single_image:hover img {
    transform: scale(1.1);
}