 

/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
/*  background-color: #031320;
  background-image: url('http://creatvmind.com/web//littoral/images/banner1.jpg');
  background-size: cover;
  background-position: 50% 50%;
  bottom: 0%;*/
  background-repeat: no-repeat;
  position: absolute;
  top:15%;
 

}

@media screen and (max-width:600px) {
#particles-js{

 top:20%;
}

}