.card img {
  width: 100%;
  border-radius: 8px;
}
.card img:hover {
  opacity: 0.8;
}

.card.flip img {
  transform: scaleX(-1);
}