

/* ---- particles.js container ---- */
#x-site.myparticle{
	overflow: hidden;
}
#x-site.myparticle footer.x-colophon{
	background: transparent;
}

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -10;
}
#particles-js canvas{
  display:block;
  vertical-align:bottom;
	object-fit: cover;
}