.links-4x4 .link-card picture {
  width: 100%;
}

.links-4x4 .link-card picture img {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 273 / 153;
}

@media (min-width: 1200px) {
  .links-4x4 .link-card picture {
    width: auto;
  }
  .links-4x4 .link-card picture img {
    width: auto;
    max-width: 150px;
    height: 200px;
    max-height: fit-content;
    aspect-ratio: inherit;
  }
}
