

/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */


#particles-js{
  width: 100%;
  height: 200px;
  position: absolute;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
