@media(max-width:400px){
    .pos-but-sidler-next{
        position: absolute;
        right:70% !important;
        bottom: -50px;
        width: 150px !important;
      }
      .pos-but-sidler-prev{
        position: absolute;
        right: 0% !important;
        bottom: -50px;
        width: 150px !important;
      }
}
@media(min-width:400px) and (max-width:576px){
    .pos-but-sidler-next{
        position: absolute;
        right:70% !important;
        bottom: -50px;
        width: 150px !important;
      }
      .pos-but-sidler-prev{
        position: absolute;
        right: 0% !important;
        bottom: -50px;
        width: 150px !important;
      }
}
@media(min-width:576px) and (max-width:767.98px){
    .pos-but-sidler-next{
        position: absolute;
        right:80% !important;
        bottom: -50px;
        width: 150px !important;
      }
      .pos-but-sidler-prev{
        position: absolute;
        right: 0% !important;
        bottom: -50px;
        width: 150px !important;
      }
}