img{
   opacity:0;
   transition: opacity 0.5s;
   cursor: pointer;
}

img:hover{
    opacity:1;
}