/* main image full width */
.region-before-content-full-width picture img {
  width: 100%;
  height: auto;
}

/* titoli sezioni (attachment, related, etc) */
body .phantom-section-title {
  margin-bottom: 1.8rem;
}

/* image inside wysiwyg */
.pt-page__body figure {
  img {
    height: auto;
  }
  figcaption {
    margin-top: 8px;
    color: #696969;
    font-style: italic;
  }
}
