    /* ---- reset ---- */ 
    canvas{ display: block; vertical-align: bottom; }
    /* ---- particles.js container ---- */ 
    #particles-js{
         width:80%;
         height:740px;
         background-color: black;
         background-image: url("../../images/img__01_top-01.jpg");
         background-color:rgba(135,205,255,0.5);
         background-blend-mode:multiply;
         background-repeat: no-repeat;
         background-size: cover;
         background-position: 0% 50%; 
         position: absolute;
         top:0;
         left:auto;
         right:0;

    }
    #particles-js div:nth-child(1){
        color:#fff;
        position: absolute;
        top:50%;
        left:-10%;
    }
    #particles-js div:nth-child(2){
        color:#fff;
        position: absolute;
        top:110%;
        left:-10%;
    }



    .js-count-particles{ font-size: 1.1em; }
    #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; }
    #stats{ border-radius: 3px 3px 0 0; overflow: hidden; }



    #particles-js-menu{
        width:100%;
        height:100%;
        
        
        background-blend-mode:multiply;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        top:0;
        left:auto;
        right:0;

   }
   #particles-js-menu div:nth-child(1){
       color:#fff;
       position: absolute;
       top:50%;
       left:-10%;
   }
   #particles-js-menu div:nth-child(2){
       color:#fff;
       position: absolute;
       top:110%;
       left:-10%;
   }
