/* =============================================================================
   My CSS
   ========================================================================== */
/* height: 100%;*/
/* ---- particles.js container ---- */

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

