@media only screen and (max-width: 1280px){
    .b-p-m-left{
        padding: 0 !important;
    }
    .demo__buttons {
    left: 62% !important;
    top: 8px !important;
}
}





@media only screen and (max-width: 1024px){
    .b-p-m-left{
        padding: 0 !important;
    }
    .demo__buttons {
    left: 57% !important;
    top: 8px !important;
}
}




@media only screen and (max-width: 912px){
    .b-p-m-left{
        padding: 0 !important;
    }
    .demo__buttons {
    left: 77% !important;
    top: -22px !important;
}
}






@media only screen and (max-width: 820px){
    .b-p-m-left{
        padding: 0 !important;
    }
    .demo__buttons {
    left: 77% !important;
    top: -23px !important;
}
}




@media only screen and (max-width: 540px){
    .b-p-m-left{
        padding: 0 !important;
    }
    .demo__buttons {
    left: 71% !important;
    top: -23px !important;
}
}




@media only screen and (max-width: 414px){
    .b-p-m-left{
        padding: 0 !important;
    }
    .demo__buttons {
    left: 60% !important;
    top: -25px !important;
}
}





@media only screen and (max-width: 280px){
    .demo__buttons {
    left: 45% !important;
    top: -23px !important;
}
}