/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 1080px;
  background-attachment: fixed;
  background: transparent;
  background-image: url("");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: 50% 50%;
  //z-index: 129128912312;
}
