/*********************
    - 9. Particle -
*********************/
#particles-js {
height: 79%;
width: -webkit-calc(100% - 30px);
width: -moz-calc(100% - 30px);
width: calc(100% - 0px);
position: relative;
z-index: 10;
/*margin-top: -200px;*/
float:;
}

/* ---- particles.js container ---- */
/*
#particles-js{
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}*/

