/* Default: constrain ordinary full article images */
.item-page .item-image img,
.item-page .article-image img {
  display: block;
  width: 325px;
  max-width: 325px;
  height: auto;
  margin: 0 auto 1.5rem;
}

/* Per-article override: images given "pull-custom-full-img" */
.item-page .item-image.pull-custom-full-img,
.item-page .article-image.pull-custom-full-img {
  width: 100%;
  max-width: none;
  float: none;
}

.item-page .item-image.pull-custom-full-img img,
.item-page .article-image.pull-custom-full-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}