@media screen and (max-width: 1537px) {
    
    .sidebar{
        width: 164px;
        height: 214px;
    }

    .swiper-button-prev{
        left: 130px !important;
      }
      
      .swiper-button-next{
        right: 130px !important;
      }
}

@media screen and (min-width: 1700px) {
    

    .sidebar{
        width: 204px;
        height: 264px;
    }

    .swiper-button-prev{
        left: 310px !important;
      }
      
      .swiper-button-next{
        right: 310px !important;
      }
}
