.post_card:hover .post-image-link img {
  transform: scale(1.05);
}

.post-image-link img {
  aspect-ratio: 507 / 300;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 300ms ease;
}

.post-list-image-link img {
  aspect-ratio: 220 / 180;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
