/* Full Article Images: centered and limited to a readable maximum */
.item-page .item-image img,
.item-page .article-image img {
  display: block;
  width: 325px;
  max-width: 325px;
  height: auto;
  margin: 0 auto 1.5rem;
}