.img-link img {
  transition: opacity 0.3s ease;
}

.img-link:hover img {
  opacity: 0.7;
}
