#row_1 .de_block_slideshow.boxed.big {
  --gap-y: 3rem;
}
#row_1 .de_block_slideshow.boxed.big .de_block_inner_wrapper {
  margin-bottom: var(--gap-y);
}

#row_1 .de_block_slideshow.full.big .de_block_wrapper {
  padding: 0;
}

#row_1:has(.de_block_slideshow.half.full) .de_block .de_block_wrapper {
  padding-top: 0;
}

.de_block_slideshow.boxed .slideshow_xl {
  height: calc(100vh - var(--header-total-height) - 2 * var(--gap-y));
}
.de_block_slideshow.boxed .slideshow_l {
  height: calc(100vh - var(--header-total-height) - 2 * var(--gap-y) - 70px);
}
.de_block_slideshow.boxed .slideshow_m {
  height: calc(70vh - var(--header-total-height) - 2 * var(--gap-y));
}
.de_block_slideshow.boxed .slideshow_s {
  height: calc(55vh - var(--header-total-height) - 2 * var(--gap-y));
}

.de_block_slideshow.full {
  --gap-x: 0rem;
}
.de_block_slideshow.full .slideshow_xl {
  height: 100vh;
}
.de_block_slideshow.full .slideshow_l {
  height: calc(100vh - 70px);
}
.de_block_slideshow.full .slideshow_m {
  height: 70vh;
}
.de_block_slideshow.full .slideshow_s {
  height: 55vh;
}
#header:not(.transparentize) + main > #row_1 .de_block_slideshow.full .slideshow_xl {
  height: calc(100vh - var(--header-total-height));
}
#header:not(.transparentize) + main > #row_1 .de_block_slideshow.full .slideshow_l {
  height: calc(100vh - 70px - var(--header-total-height));
}
.de_block_slideshow.full.half .slideshow_xl {
  height: calc(100vh - var(--header-total-height));
}
.de_block_slideshow.full.half .slideshow_l {
  height: calc(100vh - var(--header-total-height) - 70px);
}
.de_block_slideshow.full.half .slideshow_m {
  height: calc(70vh - var(--header-total-height));
}
.de_block_slideshow.full.half .slideshow_s {
  height: calc(55vh - var(--header-total-height));
}

.de_block_slideshow .slideshow {
  position: relative;
  overflow: hidden;
}
.de_block_slideshow .slideshow video {
  border-radius: var(--evo2-card-radius);
}
.de_block_slideshow .slideshow video.fit {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=slideshow.min.css.map */
