.sbc__kc--videos .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.sbc__kc--content {
    background-color: #fff;
    padding: 22px 28px 20px 25px; 
    position: relative;
}
.sbc__kc--title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sbc__kc--description {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 45px;
}
.sbc__kc--date {
    font-size: 12px;	
    line-height: 32px;
    color: #828282;
    position: absolute;
    bottom: 0;
    padding: 15px 28px 20px 25px;
}
.sbc_videos_single-video:focus,
.sbc_videos_single-video:focus .sbc__kc--title,
.sbc_videos_single-video:focus .sbc__kc--description {
    color: #E7792D;
    text-decoration: none;
}
.sbc_videos_single-video:focus .sbc__kc--date {
    color: #828282;
    text-decoration: none;
}
.sbc__kc--button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0 0;
    font-family: Roboto, sans-serif;
}
.sbc__kc--link,
.sbc__kc--link:link,
.sbc__kc--link:visited {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    display: inline-block;
    padding: 8px 43px;
    color: #FFF;
    border: 2px solid #E7792D;
    background-color: #E7792D;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    width: 180px;
}
.sbc__kc--link:hover {
    text-decoration: none;
    color: #fff;
    border: 2px solid #d86411;
    background-color: #d86411;
}
.sbc__kc--document{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .sbc__kc--title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 17px;
    }
    .sbc__kc--description {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .sbc__kc--date {
        font-size: 12px;	
        line-height: 16px;
    }
    .sbc__kc--link {
        display: block;
        width: 100%;
    }

    /* IF button for more videos */
    .sbc_videos .sbc__kc--link {
        width: auto;
    }
}

/* TODO: Need to be changed */
.vimeoVideo.wpb_video_widget .wpb_video_wrapper,
.vimeoVideo.wpb_video_widget .wpb_video_wrapper {
    padding-top: 0;
}
.vimeoVideo.wpb_video_widget .wpb_wrapper .container-vimeo iframe,
.vimeoVideo.wpb_video_widget .wpb_wrapper .container-vimeo iframe {
    background: #FFF;
}
.container-lazyload.preview-lazyload.container-youtube {
    position: absolute;
    top: 0;
}
.preview-vimeo .lazy-load-vimeo-div,
.preview-youtube .lazy-load-youtube-div {
    height: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
body.single .preview-youtube .lazy-load-youtube-div { 
    width: 100% !important;
}
.container-lazyload.preview-lazyload.container-vimeo:after,
.container-lazyload.preview-lazyload.container-youtube:after {
    display: none;
}
.lazy-load-div:before{
    position: relative;
    z-index: 1;
}
.lazy-load-info{
    z-index: 1;
}
.vimeo_fix_class .el-id-watch\?v\=dQw4w9WgXcQ .container-lazyload .preview-lazyload:after{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.preview-youtube .lazy-load-youtube-info .titletext {
    display: none;
}

.preview-youtube .lazy-load-youtube-div:after {
    content: '';
    background: url('https://storage.sbcevents.com/assets/2018/10/Play.png') no-repeat center;
}
.preview-vimeo .lazy-load-vimeo-div:before,
.preview-youtube .lazy-load-youtube-div:before {
    content: '';
    font-size: 30px;
    opacity: 1;
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}
.sbc_videos{
    margin-bottom: 48px;
}
.sbc_videos .sbc_videos--container{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin: 0 -30px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.sbc_videos_single-video{
    width: calc(33.3333% - 40px);
    padding: 0;
    margin: 0 20px 32px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
    transition: all .2s linear;
    position: relative;
    font-family: "Roboto", sans-serif;
}
.sbc_videos_single-video:hover{
    transform: scale(1.02);
}
.sbc_videos .preview-youtube .lazy-load-youtube-div{
    width: 100% !important;
    height: 100% !important;
}
/* If redirect */
.sbc__kc--base-video-container {
    position: relative;
    width: 100%;
    height: 195px;
}
/* Medium Post template */
.sbc_videos-medium-post .sbc__psb{
    margin-bottom: 15px;
}
.sbc-single-post .preview-youtube .lazy-load-youtube-div:before{
    height: 96px;
    width: 96px;
}

@media screen and (max-width: 768px) {
    .sbc_videos_single-video{
        width: 100%;
    }
    .sbc_videos-medium-post .sbc__psb{
        margin-bottom: 15px;
    }
}