
/* ---- particles.js ---- */
canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- particles.js container ---- */
#particles-js{
  width: 100%;
  height: 100%;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* ---- particles.js canvas in background ---- */
canvas.particles-js-canvas-el {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
}