/* Sass variables for media queries */
/* Burger nav variant
$menu-max-breakpoint: 999999px;
$menu-breakpoint: 1000000px;
$header-max-breakpoint: 999999px;
$header-breakpoint: 1000000px;
$footer-max-breakpoint: 1279px;
$footer-breakpoint: 1280px;
*/
@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,
.paragraph--type--slide-with-link {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  grid-gap: 0;
  padding: 0;
  height: 100%;
}

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

.paragraph--type--full-width-bg-image-text-overlay {
  min-height: 40vh;
}

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