/* ---- particles.js container ---- */
#particles-js>canvas{
  width: 100%;
  height: 100%;
  display:block;
  vertical-align:bottom;
  position: absolute;
}
#particles-js{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0!important;
}