body #main .blog-post-card > a {
  aspect-ratio: 1;
}
body #main .blog-post-card > a img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}