img {
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}

img:hover {
  opacity: 1;
}