.folder-icon {
  width: 70px;
  height: 70px;
  opacity: 0.9;
  transition: transform 0.25s ease;
}

.card:hover .folder-icon {
  transform: scale(1.08);
  opacity: 1;
}

.folder-apng {
  animation-play-state: paused;
}

.folder-apng:hover {
  animation-play-state: running;
}

