.bannerpro-slider {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.bannerpro-swiper {
    width: 100%;
    overflow: hidden;
}

.bannerpro-swiper .swiper-wrapper {
    display: flex;
}

.bannerpro-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
}

.bannerpro-swiper img,
.bannerpro-swiper video {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.swiper-pagination {
    position: relative;
    margin-top: 10px;
}