.link-hover-img img {
    transition: all 0.3s ease;
}
.link-hover-img:hover img {
    transform: scale(1.07);
}