.mySwiper .swiper-wrapper {
    height: 140px;
}

.mySwiper2 .swiper-wrapper {
    height: 100%;
}

.thumb-swiper .swiper {
    height: 20% !important;
}

.big-swiper .swiper {
    height: 80% !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    font-weight: bold;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper2 .swiper-slide {
    width: 25%;
    height: 100%;

}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 18px;
    padding: 10px;
    color: bisque;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
    top: 80px;
}