/* Align the new Waterhouse+ artist pages with the established article shell. */
.waterhouse-site-parity.chagall-page #page-title h1,
.waterhouse-site-parity.dali-page #page-title h1,
.waterhouse-site-parity.okeeffe-page #page-title h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 32px;
  line-height: 32px;
  max-width: none;
}
.waterhouse-site-parity .postcontent .author {
  margin: 1.4rem 0 1.7rem;
}
.waterhouse-site-parity .postcontent .author #author-text {
  margin-bottom: 0;
}
.waterhouse-site-parity .postcontent .contents-list {
  margin-bottom: 30px;
}
.waterhouse-site-parity .postcontent .chagall-prose-section h2,
.waterhouse-site-parity .postcontent .dali-prose-section h2,
.waterhouse-site-parity .postcontent .okeeffe-prose-section h2 {
  max-width: none;
  width: 100%;
}
.waterhouse-site-parity .postcontent figure.chagall-context-image,
.waterhouse-site-parity .postcontent figure.okeeffe-context-image,
.waterhouse-site-parity .postcontent figure.leonardo-source-image {
  width: fit-content;
  max-width: min(100%, 1024px);
  margin: 1.5rem 0 2rem;
  text-align: left;
}
.waterhouse-site-parity .postcontent figure.chagall-context-image img,
.waterhouse-site-parity .postcontent figure.okeeffe-context-image img,
.waterhouse-site-parity .postcontent figure.leonardo-source-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.waterhouse-site-parity .postcontent figure.site-hero {
  float: none !important;
  clear: both;
  margin: 0 0 1.5rem;
  width: fit-content !important;
  max-width: min(100%, 1024px) !important;
}
.waterhouse-site-parity .postcontent figure.site-hero img {
  max-height: 760px;
  object-fit: contain;
  object-position: left center;
}
.waterhouse-site-parity .postcontent figure figcaption {
  text-align: left;
}
.waterhouse-site-parity .sidebar .author-box {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .waterhouse-site-parity #page-title h1 {
    font-size: 26px !important;
    line-height: 1.15 !important;
  }
  .waterhouse-site-parity .postcontent figure.site-hero {
    max-width: 100%;
  }
}
