.flexi-epts {
    width: 100%;
    overflow: hidden;
}
.flexi-epts .swiper-slide {
    width: auto;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
}
.flexi-epts .flexi-epts-item {
    width: 350px;
    overflow: hidden;
    display: block;
}
.flexi-epts {
    cursor: grab;
}
.flexi-epts:active {
    cursor: grabbing;
}
