
/* ------------------------------------- */
/* V6. LIQUID EFFECT ................... */
/* ------------------------------------- */
.wrap {
  position: fixed;
  z-index: -30;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin: auto;
  background: linear-gradient(-206deg, #ffffff 50%, #ffffff 0%);
  opacity: .4;
}

.wrap canvas {
  width: 100%;
  height: 100%;
}
