.dht-swiper {
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.dht-swiper.is-ready {
    display: block;
}

.dht-swiper .swiper-wrapper,
.dht-swiper .swiper-slide,
.dht-swiper a {
    width: 100%;
}

.dht-swiper a {
    display: block;
}

.dht-swiper img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto;
}

.dht-swiper .swiper-slide {
    display: flex;
    align-items: center;
}

.dht-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.dht-swiper .swiper-pagination-bullet-active {
    background: #007aff;
    transform: scale(1.25);
}
