.post-cover {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 1rem;
}

.posts .post-cover {
  max-height: 16rem;
  width: 100%;
  object-fit: cover;
}
