/*html,
body {
  background-color: white;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}*/
/*html .slides,
body .slides,
html > .dg,
body > .dg {
  display: none;
}*/

/*body {
  background-image: url('mh.png');
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media (min-width: 1000px) {
  body > .dg {
    display: block;
  }
}*/

#particle-slider {
  height: 600px;
  margin-top: 20px;
  /*padding: 50px 0;*/
}

canvas.draw {
  /*height: 100%;*/
}
