.gfc.module-text-simple {
  overflow: unset;
  position: relative;
}
.gfc.module-text-simple .stage {
  position: relative;
  height: 100%;
}
.gfc.module-text-simple .stage:before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  height: 100%;
  z-index: -1;
}

/*# sourceMappingURL=module-text-simple.css.map */
