.image-banner-block {
  --h1-font-size: 50px;
  --h1-line-height: 55px;
  --h1-color: #fff!important;
  width: 100%;
  background-color: var(--primary);
}
.image-banner-block.image-banner-block--main {
  --banner-height: 100vh;
}
.image-banner-block.image-banner-block--main figure > div {
  background-position: bottom;
}
.image-banner-block.image-banner-block--main figure figcaption {
  bottom: 33%;
}
.image-banner-block h1 {
  max-width: 640px;
}
.image-banner-block figure {
  height: var(--banner-height, 600px);
}
.image-banner-block figure > div {
  height: var(--banner-height, 600px);
  background-position: center;
  background-size: cover;
}
.image-banner-block figure figcaption {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  --cw: 12;
  --cs: auto;
  --rh: 1;
  --rs: auto;
  position: relative;
  bottom: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .image-banner-block figure figcaption {
    max-width: calc(100% - 30px);
    gap: 15px 15px;
  }
}
@media (min-width: 576px) {
  .image-banner-block figure figcaption {
    max-width: calc(100% - 30px);
    gap: 15px 15px;
  }
}
@media (min-width: 768px) {
  .image-banner-block figure figcaption {
    max-width: 720px;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .image-banner-block figure figcaption {
    max-width: 960px;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .image-banner-block figure figcaption {
    max-width: 1140px;
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  .image-banner-block figure figcaption {
    max-width: 1290px;
    gap: 30px;
  }
}
.image-banner-block figure figcaption.no-gap {
  gap: 0;
}
.image-banner-block figure figcaption.fluid {
  margin: 0;
  max-width: 100%;
}
@media (max-width: 692px) {
  .image-banner-block figure figcaption.fluid {
    width: 100%;
  }
}
.image-banner-block figure figcaption > * {
  grid-column: var(--column-span) / span var(--column-width);
  grid-row: var(--row-span) / span var(--rh);
}
@media (max-width: 692px) {
  .image-banner-block figure figcaption > * {
    --column-width: var(--cw-xs, 12);
    --column-span: var(--cs-xs, var(--cs));
    --row-span:var(--rs-xs, var(--rs));
  }
}
@media (min-width: 692px) and (max-width: 992px) {
  .image-banner-block figure figcaption > * {
    --column-width: var(--cw-sm, var(--cw));
    --column-span: var(--cs-sm, var(--cs));
    --row-span:var(--rs-sm, var(--rs));
  }
}
@media (min-width: 992px) {
  .image-banner-block figure figcaption > * {
    --column-width: var(--cw, 12);
    --column-span: var(--cs, auto);
    --row-span: var(--rs, auto);
  }
}
.image-banner-block figure figcaption > .align-center {
  align-self: center;
}
.image-banner-block figure figcaption grid, .image-banner-block figure figcaption .grid {
  max-width: 100% !important;
  margin: 0 !important;
}
@media (max-width: 692px) {
  .image-banner-block {
    --h1-font-size: 30px;
    --h1-line-height: 36px;
    text-shadow: #333 1px 0 10px !important;
    --custom-color: #fff!important;
  }
}
