#particles-js canvas{
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background: linear-gradient(45deg, #439ff0, #112a4d) !important;
  background: linear-gradient(45deg, #439ff0, #112a4d) !important;
  background: linear-gradient(45deg, #439ff0, #112a4d) !important;
  background: linear-gradient(45deg, #439ff0, #112a4d) !important;
  background: linear-gradient(45deg, #439ff0, #112a4d) !important;
}

/*section banner*/
section.banner{
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: #fff;
  
}

section.banner .content{
  text-align: center;
}

section.banner .content h1{
  font-size: 41px;
  font-weight: 300;
}

section.banner .content .desc{
  font-size: 23px;
}

section.banner .mobile-device .image{
  width: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


@media (min-width: 992px){
  section.banner {
    /*height: 100vh;*/
  }
}

