
#particles {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 80px;
  
  
}


@media only screen and (max-width: 600px) {
  #particles {
     margin-bottom: 140px;
  }
}


#intro {
  position: absolute;
  left: 0;
  margin-top:-160px !important;
  padding:0px 20px 0px 20px;
  width: 100%;
  text-align: center;
}
