*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow: hidden !important;
}
.h5p-cp-navigation{
    position: absolute;
    bottom: 102px;
    z-index: 1;
    color: aqua;
}
@media screen and (max-width: 1900px) {
    .h5p-cp-navigation{
        /* position: absolute; */
        bottom: 56px;
        /* z-index: 1; */
    }

 
body{
    overflow: auto !important;
}
  }


  @media screen and (max-width: 940px) {
    .h5p-cp-navigation{
     
        bottom: 28px;
        
    }
    
  }
  @media screen and (max-width: 510px) {
    .h5p-cp-navigation{
    
        bottom: 17px;
  
    }
    
  }

  