section .container img {
  max-width: 100%;
}

.card img {
  width: 360px;
  height: 360px;
  object-fit: cover;
}

.featured-post img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.post-nav {
  display: flex;
  justify-content: space-between;
}

img.card-img-top {
  object-fit: cover;
  /*  object-fit: contain;*/
  width: 360px;
  height: 360px;
  object-fit: contain; /* 🖐 */
  /*border: ridge 1px silver;*/
}
