/* Hero image height cap on desktop */
@media (min-width: 768px) {
  .post-hero img,
  .hero-image img,
  article > img:first-of-type,
  .post-cover img,
  .featured-image img,
  .post-image img,
  .entry-cover img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
  }
}
