.custom-swiper .swiper-button-next,
.custom-swiper .swiper-button-prev{
    position: absolute;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    cursor: pointer;
}

.custom-swiper .swiper-button-prev {
    left: -17px;
}
.custom-swiper .swiper-button-next {
    right: -17px;
}

.custom-swiper .custom-swiper-thumb{
    max-height: 200px;
}

.custom-swiper .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 856px) {
    .custom-swiper .swiper-wrapper {
         align-items: start !important;
    }
}