
html, body {
  height: 100%;
}

/**video css new**/
.video-section {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
  overflow: hidden;
}
.video-section .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-section .fs-background-container {
  left: 0;
}
.video-section .video-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
}
.video-section .video-overlay h1 {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 75px;
      color: #fff;
      letter-spacing: 3.8px;
      line-height: 38px;
      text-shadow: 0 2px 7px rgba(0,0,0,.73);
      margin-top: 20px;
}
.video-section .video-overlay p {
    font-size: 25px;
    padding-top: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.9px;
    line-height: 38px;
    text-shadow: 0 2px 4px rgba(0,0,0,.4);
}

.video-section .video-overlay a {
  animation-delay: 0.4s;
   border: 1px solid #fff;
   border-radius: 63px;
   color: #fff;
   display: inline-block;
   font-size: 15px;
   font-weight: 700;
   letter-spacing: 1px;
   margin: 0 auto;
   padding: 11px 22px;
   text-transform: uppercase;
}

.video-section .video-overlay .bottom {
    position: absolute;
    width: 100%;
    bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2.5px;
    line-height: 38px;
    text-shadow: 0 2px 4px rgba(0,0,0,.4);
}

/**particle new**/
.particle-bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #57b2f8;
}
.particle-bg .particle-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  margin-top: -90px;
}
.particle-bg .particle-text h1 {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.particle-bg .particle-text p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 600px) {
  .particle-bg .particle-text h1 {
    font-size: 35px;
  }

  .particle-bg .particle-text p {
    margin-top: 0px;
  }

  .particle-bg .particle-text {
    margin-top: -50px;
  }

  .video-section .video-overlay h1 {
    font-size: 35px;
  }
}
