/* Custom overrides for article preview images */
.posts .image img,
article .image img {
  max-height: 220px;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
