/*#rabbithole-canvas {
    width: 100%;
    height: 600px;
    background: black;
    display: block;
}*/


.experience {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:100vh;
  z-index: 2;
  background: black;
  display:none;
}

.scrollTarget {
  position: fixed;
  height: 1000vh;
  width: 100px;
  top: 0;
  z-index: 1;
}

.vignette-radial {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}

.vignette-radial:after {
  pointer-events: none;
  content: ' ';
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: radial-gradient(circle, transparent 60%, black 150%);
}

.before-rabbithole {
    z-index:0;
}
