.client_zoom{
    transition: all .2s ease-in-out;
}
.client_zoom:hover{
    transform: scale(1.1); 
}
