.home-swiper {
    width: 100%;
    position: relative;
}

.home-swiper img {
    width: 100%;
    height: auto;
    display: block;
}

/* arrows */
.swiper-button-next,
.swiper-button-prev {
    color: #ccc;
}

/* pagination dots */
.swiper-pagination-bullet {
    background: #000;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}