
canvas {
  position:absolute;
  display: block;
  vertical-align: bottom;
top:20%;

  width: 100%;
  height: 70% !important;
  
}

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

.header-container .container-flid{
  border: solid yellow 1px;
  display:none;
}

#particles-js {
 width: 100%;
 height: 80%;
 background-image: url("");
 background-repeat: no-repeat;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;

/***    ***/
display: none;
}

.js-count-particles{
  font-size: 1.1em;
}