body {
    margin: 0;
}

.swiper-container {
    width: 100%;
    height: auto;
    /*     background: #fd5; */
}

.swiper-slide img {
    width: 100%;
    object-fit: fill;
    height: auto !important;
}
.sample-slider [class^="swiper-button-"]::after {
    content: "";
}
.sample-slider [class^="swiper-button-"] {
    width: 55px;
    height: 55px;
}

/*adjust arrow position*/
.sample-slider .swiper-button-next {
    right: -5px;
}

.sample-slider .swiper-button-prev {
    left: -5px;
}
.onceki, .sonraki{
    width:30px;
    height:30px;
}