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

#particles-js{
  position: absolute;
  height: 68.35937vw;
  width:100%;
  background-color: transparent;
/*  background-image: url('../img/earth-bg.jpg');*/
  background-size: cover;
  background-position: top center fixed;
  background-repeat: no-repeat;
  background-attachment: fixed right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}


