
.img-hover:hover{
    transition: all 700ms;
    transform: scale(1.1);
}