/* Stack */
.stack {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 30px;
    margin-bottom: 15px;
}
.stack .stackswiper img {
    width: 100%;
}
.stack .stackswiper .swiper-slide {
    border-radius: 15px;
    overflow: hidden;
    -ms-touch-action: auto;
    touch-action: auto;
}
.stack .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,0.75);
}
.stack .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}