.UIArticleSlider_spdv {

}
.UIArticleSlider_spdv .UIArticleSlider {
    background: #fff;
}
.UIArticleSlider_spdv .summary {
    padding: 0 10px;
    display: none;
}
.UIArticleSlider_spdv .item .img {
    text-align: center;
}
.UIArticleSlider_spdv .item .img img {
    height: 120px;
    object-fit: contain;
    margin: 10px 0;
    border-radius:100px
}
.UIArticleSlider_spdv .item {
    text-align: center;
    font-size: 14px;
    box-shadow: 0 0 2px #0000004d;
    margin: 10px 0;
    padding: 20px 10px;
    line-height: 1.5;
    width: 230px;
    height: 230px;
    border-radius: 1000px;
}
.UIArticleSlider_spdv .owl-stage-outer {
    padding: 0 10px;
}
/*owl-custom*/
.UIArticleSlider_spdv .custom-nav .owl-nav button {
        color: #999 !important;
    }
.UIArticleSlider_spdv .UIArticleSlider .custom-nav .owl-nav button {
    top: 40%;
}