/* Full Width Image */
.image-container.with-caption.full-width {
  margin-bottom: 40px;
}

p.full-width, div.full-width {
  width: 100vw;
}

@media screen and (min-width: 991px) {
  p.full-width, div.full-width {
    margin-left: calc(-50vw + 480px);
    margin-right: calc(-50vw + 480px);
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 990px) {
  p.full-width, div.full-width {
    margin-left: -10px;
  }
}

.image-container.with-caption.full-width .caption {
  margin-top: 0;
}

.u-richtext-style .full-width > span,
.u-richtext-style .full-width > span img {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
