/**
 * Article body images: same max height as cover (420px), contain, centered.
 * Applies site-wide so already-published posts need not be re-published.
 */
.molsimulx-article-body img,
.molsimulx-article-body img.molsimulx-cover,
.entry-content .molsimulx-article-body img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 420px;
  margin: 0.75em auto 1.25em;
  object-fit: contain;
}
