a:hover img {
 opacity: 0.7;
}
 
a img {
 transition: opacity 0.3s ease-out;
}
