.card {
  transition:0.3s all;
}
.card:hover {
  transform:translateY(-1em);
}
.card:hover img {
  opacity:.8;
}