.wpgb-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wpgb-react-root {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.wpgb-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.wpgb-gradient-blinds-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wpgb-gradient-blinds-container canvas {
  display: block;
  width: 100%;
  height: 100%;
}
