.paragraph--type--image-break {
  display: inline-block;
}
.paragraph--type--image-break article,
.paragraph--type--image-break .field--name-field-media-image {
  position: relative;
}
.paragraph--type--image-break .image-credit {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  bottom: 0;
  color: white;
  left: 0;
  padding: 1.875rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.paragraph--type--image-break .image-credit .credit {
  color: white;
  font-family: var(--font-family-sans);
  font-size: 0.875rem;
  font-style: italic;
  font-weight: var(--font-weight-semibold);
  line-height: 2rem;
}
.paragraph--type--image-break .field--name-field-sticky-nav-link {
  display: none;
}