.card__media img:last-child {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.card:hover .card__media img:last-child {
  opacity: 1 !important;
}

