/* Sass variables for media queries */
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Full width background image with text overlay */
.paragraph--type--content-width-bg-image-text-over,
.paragraph--type--full-width-bg-image-text-overlay {
  position: relative;
  max-height: 800px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  grid-gap: 0;
}
.paragraph--type--content-width-bg-image-text-over .bg-image,
.paragraph--type--full-width-bg-image-text-overlay .bg-image {
  width: 100%;
}
.paragraph--type--content-width-bg-image-text-over .bg-image img,
.paragraph--type--full-width-bg-image-text-overlay .bg-image img {
  width: 100%;
}

.paragraph--type--full-width-bg-image-text-overlay {
  margin: 0 calc(50% - 50vw);
}

/*# sourceMappingURL=overlay-paragraph.css.map */
