@media only screen and (max-width: 1280px) {
    .customNextBtn{
        right: -1%;
    }
    .customPrevBtn{
        left: -1%;
    }
}
