html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: black;
}

.slide.fade-6.kenBurns {
  background: transparent !important;
}

html, body {
  background: transparent !important;
}

canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#particleCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

