.custom-nested-carousel {
    width: 100%;
    position: relative;
}

.custom-nested-carousel .swiper-wrapper {
    display: flex;
}

.custom-nested-carousel .swiper-slide {
    height: auto;
}

.custom-nested-carousel .swiper-slide > .e-con {
    height: 100%;
}

/* arrows */

.custom-nested-carousel .swiper-button-next,
.custom-nested-carousel .swiper-button-prev {
    color: #000;
}

/* pagination */

.custom-nested-carousel .swiper-pagination-bullet {
    background: #000;
    opacity: 0.5;
}

.custom-nested-carousel .swiper-pagination-bullet-active {
    opacity: 1;
}