/*# sourceMappingURL=http://localhost/webbureau2024/Templates/Blocks/Image/Css/BannerImage.less.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.image-banner-block {
  --h1-font-size: 50px;
  --h1-line-height: 55px;
  --h1-color: #fff!important;
  --custom-color: #fff;
  width: 100%;
  background-color: var(--primary);
  margin-bottom: 50px;
}
.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, .image-banner-block p {
  max-width: 640px;
}
.image-banner-block figure {
  height: var(--banner-height, 600px) !important;
}
.image-banner-block figure > div {
  height: var(--banner-height, 600px) !important;
  background-position: center;
  background-size: cover;
}
.image-banner-block figure figcaption {
  position: relative;
  bottom: 50%;
  transform: translateY(-50%);
}
@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;
  }
}
