.plax-container {
  overflow:hidden;
  position: relative;
  height:4012px;
}
.plax-subcontainer{
  position: absolute;
  top: -1100px;
  left: 0;
  text-align: center;
  width: 100%;
  height:100%;
  background-color: #000;
}
.plax-subcontainer2{
  position: absolute;
  top: -830px; 
  left: 0;
  text-align: center;
  width: 100%;
  height:100%;
}
@media screen and (max-width: 800px){
  .plax-container {
    height:2500px;
  }
  .plax-subcontainer{
    top: -500px;
  }
  .plax-subcontainer2{
    top: -360px;
  }
}
@media screen and (max-width: 400px){
  .plax-container {
    height:1800px;
  }
  .plax-subcontainer{
    top: -290px;
  }
  .plax-subcontainer2{
    top: -235px;
  }
}
.plax-no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  background-color: #000;
}
.hibit-wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0 !important;
  padding-bottom: 1em;
  background-color: #000;
}