.image-banner-block--parallax {
  position: relative;
  --custom-color: #fff;
  --h1-font-size: 50px;
  --h1-line-height: 55px;
}
.image-banner-block--parallax .parallax {
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-banner-block--parallax figure {
  height: var(--parallax-banner-height, 600px) !important;
}
.image-banner-block--parallax figure > div {
  height: var(--parallax-banner-height, 600px) !important;
}
.image-banner-block--parallax figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-banner-block--parallax figcaption .in-active {
  pointer-events: none;
  z-index: -999;
}
.image-banner-block--parallax figcaption grid {
  top: 40%;
  transition: opacity 0.1s;
}
