.gweil-bg-wrap {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.gweil-bg-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.gweil-bg-active body {
  background: transparent;
}

.gweil-bg-active body::before,
.gweil-bg-active body::after {
  display: none;
}

.gweil-bg-active main,
.gweil-bg-active .nav,
.gweil-bg-active .footer,
.gweil-bg-active .admin-panel {
  position: relative;
  z-index: 1;
}
