.block-cs-fullwidth-content.reversed .row {
  row-gap: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .block-cs-fullwidth-content.reversed .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.block-cs-fullwidth-content picture {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}
.block-cs-fullwidth-content picture::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.block-cs-fullwidth-content .content-box {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
.block-cs-fullwidth-content .content-box .section-header .micro,
.block-cs-fullwidth-content .content-box .section-header .lvl-2,
.block-cs-fullwidth-content .content-box .section-header h2 {
  color: var(--theme-color-base-light);
}
.block-cs-fullwidth-content .content-box .editor-content p {
  color: var(--theme-color-base-light);
}/*# sourceMappingURL=cs-fullwidth-content.css.map */