  	
  	canvas        { display:block; vertical-align:bottom;}

  	/* ---- particles.js container ---- */

  	#particles-js { width:560px; height:100vh; right:0; position:absolute;
                  background-color: #bde5fd;
                  background-image: url('');
                   background-size: cover;
               background-position: 50% 50%;
                 background-repeat: no-repeat;}

    @media only screen and (max-width:1700px) {
    #particles-js { width:360px;}      
    }

  	@media only screen and (max-width:1280px) {
  	#particles-js { top:400px;  /*height:160%;*/}
  	}