img{
transition: all .3s ease-in-out;
}

img:hover{

   transform: scale(.99);
   opacity: .7;

}