
.msb-block.msb-info-slider {
    overflow: hidden;
}
.swiper-container.gallery-thumbs {
    width: 33.333333%;
    overflow: visible;
    margin-left: 33.333333%;
    margin-right: 0;
}
.msb-info-slider .left > .title {
    max-width: 50%;
    min-height: 76px;
}
.msb-info-items {
    position: relative;
}
.msb-info-items .gallery-thumbs .swiper-slide {
    opacity: 0.4;
    padding: 0 30px;
    margin-bottom: 30px;
}
.msb-info-items .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
.msb-info-items .gallery-thumbs .swiper-slide .title {
    color: #231F20;
    margin: 0;
}
.msb-info-items .gallery-top .swiper-slide-content {
    width: 50%;
    padding: 0 32px;
    margin: 0 0 0 calc(33.333333% - 90px);
}
.msb-info-items .gallery-top .swiper-slide-content .desc {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 0 0 20px;
    text-align: justify;
}
.msb-info-items .msb-swiper-nav {
    position: relative;
}
.msb-info-items .msb-swiper-nav {
    position: absolute;
    width: 100%;
    top: -110px;
    right: 0;
}

@media (max-width: 1199px) {
    .msb-info-items .gallery-thumbs .swiper-slide .title {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .msb-info-slider .left > .title {
        max-width: 82%;
    }
    .msb-info-items .gallery-thumbs .swiper-slide .title {
        font-size: 16px;
    }
    .msb-info-items .gallery-thumbs .swiper-slide {
        padding: 0 15px;
    }
    .msb-info-items .gallery-top .swiper-slide-content {
        width: 50%;
        padding: 0 17px;
        margin: 0 0 0 33.333333%;
    }
}

@media (max-width: 767px) {
    .msb-block.msb-info-slider {
        overflow: visible;
    }
    .swiper-container.gallery-thumbs {
        width: 100%;
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
    }
    .msb-info-items .gallery-top .swiper-slide-content {
        width: 100%;
        margin: 0;
    }
    .swiper-slide-content {
        display: table;
        width: 100%;
    }
    .swiper-slide-content .msb-btn {
        float: right;
    }
    .msb-info-items .msb-swiper-nav {
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
        text-align: left;
    }
    .msb-info-items .gallery-thumbs .swiper-slide .title {
        font-size: 18px;
    }
    .msb-info-slider .left > .title {
        max-width: none;
    }
    .msb-info-slider .msb-swiper-nav .swiper-button-white {
        margin: 0 10px 0 0;
    }
}