
.how-choose.sb-block .swiper-container {
    padding-bottom: 50px;
}

.how-choose.sb-block .swiper-slide .inner {
    position: relative;
    padding-bottom: 56.25%;
}
.how-choose.sb-block .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.how-choose.sb-block .swiper-slide .description  {
    padding:15px;
    background-color: #fff;
    position: absolute;
    top:20px;
    right:20px;
}
.how-choose.sb-block .swiper-slide .description .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color:#5DA1FF;
}
@media (min-width: 992px) {
    .how-choose.sb-block .swiper-slide {
        /*padding-bottom: 30.25%;*/
    }
    .how-choose.sb-block .swiper-pagination {
        display: none;
    }
}

@media (max-width: 991px) {
    .how-choose.sb-block .swiper-button {
        display: none;
    }
}

/**/
.how-choose.sb-block .scrollbar {
    padding-bottom: 20px;
}
.how-choose.sb-block .video-row {
    display: flex;
}
.how-choose.sb-block .video__block:nth-last-child(n + 2) {
    margin-right: 20px;
    margin-bottom: 0;
}

.how-choose.sb-block .video__block {
    /*height: 0;*/
    width: 425px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
}
.how-choose.sb-block .video__block .inner {
    /*padding-bottom:56.25%;*/
    /*position: relative;*/
}
.how-choose.sb-block .video__block iframe {
    /*position: absolute;*/
    /*top: 0;*/
    /*left:0;*/
    /*width: 100%;*/
    /*height: 100%;*/
}
/**/
.how-choose.sb-block .simplebar-horizontal {
    height: 14px;
}
.how-choose.sb-block .simplebar-horizontal .simplebar-scrollbar {
    height: 12px;
}
.how-choose.sb-block .simplebar-scrollbar:before {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .how-choose.sb-block .video__block {
        width: 235px !important;
    }
}