.sbc__videos--homepage-lazyload {
    max-width: 100%;
}

.sbc__vsr {
    position: relative;
    width: 100%;
    max-width: 100%;
    /* background-image: linear-gradient(gray, gray 50%, white 50%, white 100%); */
    font-family: roboto, sans-serif;
}

.sbc__vsr--before,
.sbc__vsr--after {
    position: absolute;
    width: 100vw;
    height: 255px;
    top: 0;
    margin: auto;
    background-color: #f4f3f3;
}

.sbc__vsr--before {
    left: -50%;
}

.sbc__vsr--after {
    right: -50%;
}

.sbc__vsr--arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 64px !important;
    width: 64px !important;
    margin: auto;
    background-color: rgb(231,121,45);
    z-index: 2;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sbc__vsr--container .sbc__vsr--arrows::after{
    content: unset;
}

.sbc__vsr--arrows.sbc__vsr--left-arrow,
.sbc__vsr--arrows.sbc__vsr--right-arrow{
    background-image: none !important;
    margin-top: 36px;
    top: 255px;
}
.sbc__vsr--arrows.sbc__vsr--right-arrow {
    right: 0;
}
.sbc__vsr--arrows.sbc__vsr--left-arrow {
    left: 0;
}
.sbc__vsr--arrows.sbc__vsr--left-arrow img,
.sbc__vsr--arrows.sbc__vsr--right-arrow img{
    width: 16px;
    height: auto;
}

.sbc__vsr--container .sbc__vsr--arrows:after{
    content: '';
}

.sbc__videos--event .sbc__vsr--arrows.sbc__vsr--right-arrow i:before,
.sbc__videos--event .sbc__vsr--arrows.sbc__vsr--left-arrow i:before{
    font-family: fontAwesome;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 30px;
}

.sbc__vsr ul {
    list-style: none;
}

.sbc__vsr--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: center;
    align-items: center; 
    flex-direction: column; */
    position: relative;
    width: 100%;
    min-height: 504px;
    margin: auto;
    text-align: center;
    z-index: 1;
}
.sbc__vsr--wrapper .swiper-slide{
    height: auto !important;
}

.sbc__vsr--slider-image{
    position: relative;
    display: block;
    min-height: 509px;
    /* height: 100%; */
}

.sbc__vsr--iframe,
.sbc__vsr--images-list {
    width: 80%;
    width: calc(100% - 64px - 64px - 68px);
    z-index: 1;
    margin: auto;
    /* height: auto; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
}

.sbc__vsr--iframe iframe {
    background: #FFF;
    border: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.sbc__vsr--iframe iframe.active{
    opacity: 1;
    visibility: visible;
}
.sbc__vsr--image-background,
.sbc__vsr--images-list li {
    position: absolute;
    width: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    /* background to set from Admin panel */
    background-image: url('https://storage.sbcevents.com/assets/2017/09/AWARDS-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-size: 100%; checkbox */
}
.sbc__vsr--image-background.sbc__vsr--has-yt-video{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.sbc__vsr--image-background.sbc__vsr--has-yt-video:before {
    content: '\25B6';
    font-size: 50px;
    color: #FFF;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 112px;
    height: 112px;
    background: rgba(255, 255, 255, .5);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    padding-left: 5px;
}
.sbc__vsr--image-background.sbc__vsr--has-yt-video:hover:before {
    background-color: rgba(255, 255, 255, .7);
}

.sbc__vsr--slider-description {
    position: relative;
    margin-top: 100px;
    display: block;
}
.sbc__vsr--pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 24px auto 56px;
    width: 80%;
    position: absolute;
    top: 510px;
    left: 0;
    right: 0;
    bottom: unset !important;
    z-index: 1;
}

.sbc__vsr .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.sbc__vsr--pagination-item {
    display: inline-block;
    background: #FFF;
    background-color: var(--white-color);
    height: 16px;
    width: 16px;
    border-radius: 100px;
    margin: 0 5px;
    background-color: #D8D8D8;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.sbc__vsr .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.sbc__vsr .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sbc__vsr--pagination-item:hover,
.sbc__vsr--pagination-item.active {
    background-color: #E7792D;
    background-color: var(--main-event-color);
}


@media only screen and (max-width: 768px) {
    .sbc__vsr--pagination {
        margin-bottom: 17px;
        margin-top: 10px;
    }
    .sbc__vsr--container .sbc__vsr--arrows {
        display: none;
    }
    .sbc__vsr--image-background,
    .sbc__vsr--images-list li,
    .sbc__vsr--pagination {
        width: 100%;
    }
    .sbc__vsr--image-background.sbc__vsr--has-yt-video:before{
        font-size: 26px;
        width: 50px;
        height: 50px;
    }
    .sbc__vsr--slider-description{
        margin-top: 40px;
    }
    .sbc__vsr .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
    .sbc__vsr--pagination-item{
        width: 12px;
        height: 12px;
    }
}


.sbc__vsr--quote {
    font-size: 22px;
    line-height: 32px;
    color: #4a4a4a;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.sbc__vsr--person {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .sbc__vsr--quote {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
        width: 100%;
    }
    .sbc__vsr--person {
        font-size: 12px;
        line-height: 16px;
    }
}

/* EVENT VIDEO - sbc__videos--event */
.sbc__videos--event .sbc__vsr--arrows.sbc__vsr--left-arrow, 
.sbc__videos--event .sbc__vsr--arrows.sbc__vsr--right-arrow{
    background-color: unset;
}
.sbc__videos--event .sbc__vsr--pagination{
    position: relative;
    top: 0 !important;
}
.sbc__videos--event .sbc__vsr--slider-image{
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    background-size: 100%;
    background-position: center;
    margin-top: 25px;
}
.sbc__videos--event .sbc__vsr--slider-image > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.sbc__videos--event .sbc__vsr--slider-description{
    margin-top: 25px;
}
.sbc__videos--event .sbc__vsr--person{
    color: #fff;
    color: var(--white-color);
    font-size: 26px;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 15px;
}
.sbc__videos--event .sbc__vsr--slider-person-name{
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    color: var(--white-color);
}
.sbc__videos--event .sbc__vsr--slider-person-author{
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    color: var(--white-color);
}
.sbc__videos--event .sbc__vsr--quote{
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    color: var(--white-color);
}
.sbc__vsr.sbc__videos--event .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.sbc__videos--event .sbc__vsr--pagination-item{
    border: 1px solid #FFF;
    border-color: var(--white-color);
    background-color: transparent;
}
.sbc__vsr.sbc__videos--event .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover, 
.sbc__vsr.sbc__videos--event .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, 
.sbc__videos--event .sbc__vsr--pagination-item:hover, 
.sbc__videos--event .sbc__vsr--pagination-item.active{
    background-color: #FFF;
    background-color: var(--white-color);
}



@media only screen and (max-width: 768px) {
    .sbc__videos--event .sbc__vsr--slider-person-name{
        font-size: 20px;
        line-height: 1;
    }
    .sbc__videos--event .sbc__vsr--slider-person-author,
    .sbc__videos--event .sbc__vsr--person{
        font-size: 18px;
        line-height: 1;
    }
    .sbc__videos--event .sbc__vsr--quote{
        font-size: 16px;
        line-height: 24px;
    }
}


/* EVENT FULL WIDTH VIDEO - sbc__videos--event-full-width */
.sbc__videos--event-full-width.sbc__vsr {
    padding-bottom: 70px; 
    overflow: hidden;
}
.sbc__videos--event-full-width.sbc__vsr > div {
    overflow: visible;
}
.sbc__videos--event-full-width .sbc__vsr--arrows.sbc__vsr--left-arrow, 
.sbc__videos--event-full-width .sbc__vsr--arrows.sbc__vsr--right-arrow{
    background-color: unset;
    width: 28px !important;
    height: 28px !important;
    transform: rotate(45deg);
    border: 1px solid;
    border-color: #E7792D;
    border-color: var(--main-event-color);
    border-right: 0;
    border-top: 0;
    margin-top: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sbc__videos--event-full-width .sbc__vsr--arrows.sbc__vsr--left-arrow { 
    left: 6px;
}
.sbc__videos--event-full-width .sbc__vsr--arrows.sbc__vsr--right-arrow{
    right: 6px;
    transform: rotate(-135deg);

}
.sbc__videos--event-full-width .sbc__vsr--arrows.sbc__vsr--left-arrow i, 
.sbc__videos--event-full-width .sbc__vsr--arrows.sbc__vsr--right-arrow i { 
    display: none;
}
.sbc__videos--event-full-width .sbc__vsr--wrapper {
    min-height: auto;
}
.sbc__videos--event-full-width .sbc__vsr--wrapper .swiper-slide {
    display: flex;
    align-items: flex-start;
}
.sbc__videos--event-full-width .sbc__vsr--slider-image{
    width: 160px;
}
.sbc__videos--event-full-width .swiper-slide-container { 
    max-width: 946px;
    margin-left: auto;
    margin-right: auto; 
    display: flex;
}
.sbc__videos--event-full-width .sbc__vsr--slider-info { 
    margin-left: 24px;
    margin-top: 2px;
}
.sbc__videos--event-full-width .sbc__vsr--slider-description,
.sbc__videos--event-full-width .sbc__vsr--slider-person-author,
.sbc__videos--event-full-width .sbc__vsr--slider-person-name,
.sbc__videos--event-full-width .sbc__vsr--quote,
.sbc__videos--event-full-width .sbc__vsr--person {
    text-align: left;
    color: #4a4a4a;
}
.sbc__videos--event-full-width .sbc__vsr--slider-person-name { 
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}
.sbc__videos--event-full-width .sbc__vsr--slider-person-author { 
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
.sbc__videos--event-full-width .sbc__vsr--quote {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 0;
}

.sbc__videos--event-full-width .sbc__vsr--slider-image > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.sbc__videos--event-full-width .sbc__vsr--slider-description{
    margin-top: 15px;
}
.sbc__videos--event-full-width .sbc__vsr--pagination {
    margin-top: 54px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}
.sbc__videos--event-full-width .sbc__vsr--pagination .swiper-pagination-bullet { 
    width: 16px;
    height: 16px;
    margin: 0 5px;
    cursor: pointer;
}
.sbc__videos--event-full-width .sbc__vsr--pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: transparent !important;
}

.sbc__videos--event-full-width .swiper-pagination-bullet,
.sbc__vsr.sbc__videos--event-full-width .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.sbc__videos--event-full-width .sbc__vsr--pagination-item{
    border: 1px solid #E7792D;
    border-color: var(--main-event-color);
    background-color: transparent;
}
.sbc__vsr.sbc__videos--event-full-width .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover, 
.sbc__vsr.sbc__videos--event-full-width .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, 
.sbc__videos--event-full-width .sbc__vsr--pagination-item:hover, 
.sbc__videos--event-full-width .sbc__vsr--pagination-item.active{
    background-color: #E7792D;
    background-color: var(--main-event-color);
}
@media (max-width: 1000px) {
    .sbc__videos--event-full-width .swiper-slide-container {
        max-width: 700px;
    }
    .sbc__videos--event-full-width .sbc__vsr--wrapper .swiper-slide {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    /* .sbc__videos--event-full-width.sbc__vsr {
        padding-bottom: 70px; 
        overflow: hidden;
    }
    .sbc__videos--event-full-width.sbc__vsr > div {
        overflow: visible;
    } */
    .sbc__videos--event-full-width .sbc__vsr--slider-person-name{
        font-size: 20px;
        line-height: 1;
    }
    .sbc__videos--event-full-width .sbc__vsr--slider-person-author,
    .sbc__videos--event-full-width .sbc__vsr--person{
        font-size: 18px;
        line-height: 1;
    }
    .sbc__videos--event-full-width .sbc__vsr--quote{
        font-size: 16px;
        line-height: 24px;
    }

    .sbc__videos--event-full-width .swiper-slide-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .sbc__videos--event-full-width .sbc__vsr--pagination {
        position: relative;
        top: 0 !important;
        margin-top: 33px;
    }
    .sbc__videos--event-full-width .sbc__vsr--slider-description,
    .sbc__videos--event-full-width .sbc__vsr--slider-person-author,
    .sbc__videos--event-full-width .sbc__vsr--slider-person-name,
    .sbc__videos--event-full-width .sbc__vsr--quote,
    .sbc__videos--event-full-width .sbc__vsr--person {
        text-align: center;
    }
    .sbc__videos--event-full-width .sbc__vsr--pagination .swiper-pagination-bullet { 
        width: 8px;
        height: 8px;
        margin: 0 5px;
        cursor: pointer;
    }

    .sbc__videos--event-full-width .sbc__vsr--slider-info {
        margin-left: 0;
        margin-top: 27px;
    }
    .sbc__videos--event-full-width .sbc__vsr--slider-description {
        margin-top: 19px;
    }

    .sbc__videos--event-full-width .sbc__vsr--arrows.sbc__vsr--left-arrow,
    .sbc__videos--event-full-width .sbc__vsr--arrows.sbc__vsr--right-arrow { 
        display: block;
        border-width: 2px;
        top: 64px;
        bottom: initial;
    }
}

/* CHAT-BUBBLES TEMPLATE (INTRODUCED ON CBS 2022)  with static mode*/


.sbc__videos--chat-bubbles .slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.sbc__videos--chat-bubbles.sbc__videos-slider-row{
    margin-top: 10px;
    margin-bottom: 10px;
}

.sbc__videos--chat-bubbles.static .slide{
    width: calc(100% / 3);
    margin: 0 20px;
}

.sbc__videos--chat-bubbles.slider .slide{
    margin: auto 0 !important;

}

.sbc__videos--chat-bubbles.static .slide::before{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 25px 0;
    border-color: transparent #ffffff transparent transparent;
}

.sbc__videos--chat-bubbles.slider .sbc__vsr--description::before{
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 25px 0;
    border-color: transparent #ffffff transparent transparent;
}

.sbc__videos--chat-bubbles .sbc__vsr--description{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    margin-bottom: auto;
    padding: 33px 30px 28px 30px;
    text-align: left;
    border-radius: 9px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.3);
}

.sbc__videos--chat-bubbles.slider .sbc__vsr--description{
    max-width: 80%;
    margin: auto;
}

@media screen and (min-width: 1160px){
    .sbc__videos--chat-bubbles.slider .sbc__vsr--description{
        max-width: 785px;
    }
}

.sbc__videos--chat-bubbles .sbc__vsr--quote{
    border-bottom: 1px solid #DCDCDC;
    margin: 0;
    padding-bottom: 20px;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
    text-align: center;
}

.sbc__videos--chat-bubbles.static .sbc__vsr--quote{
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
}

.sbc__videos--chat-bubbles .sbc__vsr--image-container .sbc__vsr--person-details{
    margin: auto 0;
}

.sbc__videos--chat-bubbles .sbc__vsr--image-container .sbc__vsr--person-details .name{
    font-weight: 600;
    font-size: 21px;
    line-height: 20px;
    padding-bottom: 5px;
}

.sbc__videos--chat-bubbles.slider .sbc__vsr--image-container .sbc__vsr--person-details .name{
    font-size: 24px;
    line-height: 23px;
}

.sbc__videos--chat-bubbles .sbc__vsr--image-container .sbc__vsr--person-details .position .sbc__vsr--person{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

.sbc__videos--chat-bubbles.slider .sbc__vsr--image-container .sbc__vsr--person-details .position .sbc__vsr--person{
    font-size: 18px;
    line-height: 23px;
}

.sbc__videos--chat-bubbles .sbc__vsr--image-background{
    position: relative;
    width: 60px;
    height: 60px;
    background-size: cover;
    border-radius: 10rem;
    -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
}

.sbc__videos--chat-bubbles.slider .sbc__vsr--image-background{
    width: 75px;
    height: 75px;
}

@media screen and (max-width: 768px){
    .sbc__videos--chat-bubbles.slider .sbc__vsr--image-background{
        width: 40px;
        height: 40px;
    }
    .sbc__videos--chat-bubbles .sbc__vsr--quote{
        font-size: 14px;
        line-height: 20px;
    }
    .sbc__videos--chat-bubbles.slider .sbc__vsr--image-container .sbc__vsr--person-details .name{
        font-size: 15px;
        line-height: 14px;
    }
    .sbc__videos--chat-bubbles.slider .sbc__vsr--image-container .sbc__vsr--person-details .position .sbc__vsr--person{
        font-size: 11px;
        line-height: 14px;
    }
    .sbc__videos--chat-bubbles.slider.sbc__videos-slider-row{
        overflow: hidden;
    }
}

.sbc__videos--chat-bubbles .sbc__vsr--image-container{
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.sbc__videos--chat-bubbles.slider .sbc__vsr--image-container{
    margin-left: auto;
    margin-right: auto;
}

.sbc__videos--chat-bubbles .sbc__vsr--image{
    margin: auto 8px auto 0;
}

.sbc__videos--chat-bubbles.slider .sbc__vsr--image{
    margin-right: 15px;
}

.sbc__videos--chat-bubbles.slider .sbc__vsr--pagination{
    position: relative;
    margin: 0 auto;
    top: 100% !important;
}

.sbc__videos--chat-bubbles.slider .sbc__vsr--pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}

.sbc__videos--chat-bubbles.slider .sbc__vsr--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff !important;
}

.sbc__videos--chat-bubbles .sbc__vsr--arrows.sbc__vsr--left-arrow, .sbc__videos--chat-bubbles .sbc__vsr--arrows.sbc__vsr--right-arrow{
    top: 50% !important;
    background: transparent !important;
}

.sbc__videos--chat-bubbles .sbc__vsr--wrapper{
    margin-bottom: 30px;
}

.sbc__videos--chat-bubbles .sbc__vsr--wrapper{
    min-height: unset;
}

.sbc__videos--chat-bubbles.static .sbc__vsr--slider-description{
    margin-top: 0;
}

@media only screen and (min-width: 992px){
    .sbc__videos--chat-bubbles.static .sbc__vsr--arrows.sbc__vsr--left-arrow, .sbc__videos--chat-bubbles.static .sbc__vsr--arrows.sbc__vsr--right-arrow{
        display: none !important;
    }
    .sbc__videos--chat-bubbles.static .sbc__vsr--pagination{
        display: none !important;
    }
    .sbc__videos--chat-bubbles.static .sbc__vsr--wrapper{
        margin-bottom: 0;
    }
    .sbc__videos--chat-bubbles.static .slide{
        -ms-flex-negative: 1;
            flex-shrink: 1;
    }
}

@media only screen and (max-width: 768px) and (min-width: 568px){
    .sbc__videos--chat-bubbles.slider .sbc__vsr--arrows{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 768px){
    .sbc__videos--chat-bubbles .sbc__vsr--description{
        padding: 23px 20px 15px 20px;
    }
    .sbc__videos--chat-bubbles.slider .sbc__vsr--image{
        margin-right: 8px;
    }
    .sbc__videos--chat-bubbles .sbc__vsr--image-container{
        margin-top: 15px;
    }
}

/* quote-like template */

.sbc__videos--quote-like .sbc__vsr--slider-description{
    margin-top: 0;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    background: #FFF;
}

.sbc__videos--quote-like .sbc__vsr--quote{
    width: 100%;
    margin: 0;
    padding: 0 0 20px 20px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    text-align: left;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: 'proxima-nova';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-feature-settings: 'liga' off, 'clig' off;
}

.sbc__videos--quote-like .sbc__vsr--quote::before{
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 20px);
    width: 5px;
    background-color: rgba(0, 117, 94, 0.32);
}

.sbc__videos--quote-like .sbc__vsr--person-details{
    display: flex;
    gap: 8px;
    margin-top: 20px;
    align-items: center;
}

.sbc__videos--quote-like .sbc__vsr--image{
    width: 44px;
    height: 45px;   
    border-radius: 3px;
    overflow: hidden;
    flex-shrink: 0;
}

.sbc__videos--quote-like .sbc__vsr--image-background{
    position: relative;
    width: 100%;
    height: 100%;
}

.sbc__videos--quote-like .sbc__vsr--person-details-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sbc__videos--quote-like .name,
.sbc__videos--quote-like .sbc__vsr--person {
    text-align: left;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: 'proxima-nova';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-feature-settings: 'liga' off, 'clig' off;
}

.sbc__videos--quote-like .sbc__vsr--person {
    font-weight: 400;
}

.sbc__videos--quote-like .sbc__vsr--wrapper{
    min-height: unset;
}

.sbc__videos--quote-like .sbc__vsr--arrows{
    display: none !important;
}

@media (max-width: 991px) {
    .sbc__videos--quote-like .sbc__vsr--wrapper{
        margin-left: 0;
    }
}

/* homepage template */

.testimonials-header {
    margin-top: 44px;
    margin-bottom: 32px;
    color: #4A4A4A;
    text-transform: none;
    letter-spacing: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0px;
    text-align: center;
}

.sbc__videos--homepage .video-wrapper {
    display: flex;
    justify-content: center;
}

.sbc__videos--homepage video {
    width: 760px;
    max-width: 760px;
    height: 428px;
    max-height: 428px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 63px;
}

.sbc__videos--homepage .sbc__vsr--slider-description {
    max-width: 885px;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto';
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-top: 0;
}

.sbc__videos--homepage .sbc__vsr--quote {
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 32px;
}

.sbc__videos--homepage .sbc__vsr--person {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.sbc__videos--homepage .sbc__vsr--pagination {
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 1;
    height: 16px;
    margin: 0;
}

.sbc__videos--homepage .sbc__vsr--pagination .swiper-pagination-bullet {
    background-color: #D8D8D8;
    opacity: 1;
}

.sbc__videos--homepage .sbc__vsr--pagination .swiper-pagination-bullet-active {
    transition: background .3s ease;
    background-color: #E7792D;
}

.sbc__videos--homepage .sbc__vsr--arrows {
    top: 214px;
    height: 43px !important;
    width: 43px !important;
    background-image: none;
    background-color: transparent;
}

.sbc__videos--homepage .sbc__vsr--arrows.sbc__vsr--left-arrow img,
.sbc__videos--homepage .sbc__vsr--arrows.sbc__vsr--right-arrow img{
    width: auto;
}

.sbc__videos--homepage .sbc__vsr--arrows::after {
    content: none;
}

.sbc__videos--homepage .sbc__vsr--arrows:hover img:not(.hover-img){
    opacity: 0;
}

.sbc__videos--homepage .sbc__vsr--arrows:hover img.hover-img{
    opacity: 1;
}

.sbc__videos--homepage .sbc__vsr--arrows img{
    position: absolute;
    transition: opacity .3s ease;
}

.sbc__videos--homepage .sbc__vsr--arrows img.hover-img{
    opacity: 0;
}

.sbc__videos--homepage .swiper-button-prev {
    left: calc(50% - 443px);
}

.sbc__videos--homepage .swiper-button-prev img.hover-img{
    transform: rotate(180deg);
}

.sbc__videos--homepage .swiper-button-next {
    right: calc(50% - 443px);
}

@media screen and (max-width: 1000px) {
    #front-page .sbc__videos--homepage .container_inner {
        padding: 0 15px;
    }

    .testimonials-header {
        margin-top: 47px;
        margin-bottom: 25px;
    }

    .sbc__videos--homepage video {
        height: calc(calc(100vw - 30px) * 0.58);
        width: 100%;
        margin-bottom: 62px;
    }

    .sbc__videos--homepage .sbc__vsr--slider-description {
        max-width: 100%;
        font-family: 'Roboto';
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .sbc__videos--homepage .sbc__vsr--quote {
        font-size: 19px;
        font-weight: 300;
        line-height: 32px;
    }

    .sbc__videos--homepage .sbc__vsr--arrows {
        display: none;
    }

    .sbc__videos--homepage .sbc__vsr--pagination {
        top: 457px;
    }
}

@media screen and (max-width: 768px) {
    .sbc__videos--homepage .sbc__vsr--pagination {
        top: calc(calc(100vw - 30px) * 0.58 + 23px) !important;
    }
}