/*Asset Name: Video Block CSS*/

.video-gallery {
    display: block;
    margin: 0 auto 25px;
    position: relative;
}

.video-gallery__video {
    background: #000;
    margin: 0;
    max-width: 1260px;
}

.video-gallery__video-wrap {
    height: 0;
    padding: 56.25% 0 0;
    position: relative;
}

.video-gallery__video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-gallery__items {
    background: #232220;
    overflow: auto;
}
.video-gallery__item-thumb img {
    display: block;
    height: auto;
    left: 0;
    margin-top: -9.375%;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-gallery__item {
    color: hsla(0,0%,100%,.8);
    cursor: pointer;
    position: relative;
}

.video-gallery__item-thumb-wrap {
    height: 0;
    overflow: hidden;
    padding: 56.25% 0 0;
    position: relative;
}

.video-gallery__item-info-status {
    font-size: 10px;
    margin-bottom: 2px;
    position: static;
    text-transform: uppercase;
    display:none;
}

@media (max-width: 767px){
    .video-gallery__items {
        background: #000;
        font-size: 0;
        overflow-y: hidden;
        padding: 5px;
        white-space: nowrap;
    }
    .video-gallery__item {
        display: inline-block;
        font-size: 11px;
        line-height: 1.1;
        width: 28.5%;
    }
    .video-gallery__item-thumb {
        width: 100%;
    }
    .video-gallery__item-info {
        background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.8) 50%);
        background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,rgba(0,0,0,.8)));
        background: -o-linear-gradient(top,transparent,rgba(0,0,0,.8) 50%);
        background: linear-gradient(180deg,transparent,rgba(0,0,0,.8) 50%);
        bottom: 0;
        left: 0;
        overflow: hidden;
        padding: 15px 5px 5px;
        position: absolute;
        right: 0;
        text-align: center;
        white-space: normal;
    }
    .video-gallery__item+.video-gallery__item {
        margin: 0 0 0 4px;
    }
    .video-block-container{
        padding: 0!important;
    }
}



@media (min-width: 768px){
    .video-block-container{
        padding: 0;
        width: 650px;
        margin: 0 auto;
    }
    .video-gallery__video {
        width: 55%;
    }
    .video-gallery__items {
        bottom: 0;
        overflow-x: hidden;
        position: absolute;
        right: 0;
        top: 0;
        width: 45%;
    }
    .video-gallery__item {
        background: #2e2d2b;
        border-bottom: 1px solid #3b3a38;
        -webkit-box-shadow: inset 1px 0 0 #2e2d2b;
        box-shadow: inset 1px 0 0 #2e2d2b;
        color: hsla(0,0%,100%,.8);
        cursor: pointer;
        font-size: 0;
        padding: 10px 15px;
        position: relative;
    }
    .video-gallery__item-thumb {
        width: 30%;
    }
    .video-gallery__item-thumb-wrap {
        height: 0;
        overflow: hidden;
        padding: 56.25% 0 0;
        position: relative;
    }
    .video-gallery__item-thumb img {
        height: auto;
        left: 0;
        margin-top: -9.375%;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .video-gallery__item-thumb-wrap .video-gallery__play-icon {
        background: rgba(0,0,0,.7);
        border-radius: 50%;
        left: 50%;
        margin: -18px auto auto -18px;
        opacity: .5;
        padding: 1px;
        position: absolute;
        top: 50%;
    }
    .video-gallery__item-thumb-wrap .video-gallery__play-icon svg {
        display: block;
        fill: #fff;
        height: 34px;
        width: 34px;
    }

    .video-gallery__item.playing {
        -webkit-box-shadow: inset 1px 0 0 #2e2d2b, inset 5px 0 0 #d54140;
        box-shadow: inset 1px 0 0 #2e2d2b, inset 5px 0 0 #d54140;
    }

    .video-gallery__item-info, .video-gallery__item-thumb {
        display: inline-block;
        font-size: 12px;
        line-height: 1.2;
        vertical-align: middle;
    }
    .video-gallery__item-info-title {
        display: block;
    }

    .video-gallery__item-info {
        padding-left: 10px;
        width: 70%;
    }
    .video-gallery__item-info-status {
        display: none;
    }
}

@media (min-width: 993px){
    .video-gallery__video {
        width: 60%;
    }
    .video-gallery__items {
        width: 40%;
    }
    .video-gallery__item-info, .video-gallery__item-thumb {
        font-size: 14px;
    }
    .video-gallery__item-thumb img {
        height: auto;
        width: 100%;
    }
    .video-gallery__item-info-title {
        display: block;
        /* max-height: 25px; */
        overflow: hidden;
    }
    .video-block-container{
        /*width: 1260px!important;*/
        width: 970px;;
        padding:0!important;
    }

    .video-gallery__item-info-status {
        font-size: 11px;
        margin-bottom: 4px;
        text-transform: uppercase;
    }
}

@media (min-width: 1201px){
    .video-gallery__video {
        width: 70%;
    }
    .video-gallery__items {
        width: 30%;
    }
    .video-gallery__item-info, .video-gallery__item-thumb {
        font-size: 16px;
    }
    .video-block-container{
        width: 1260px!important;
        padding:0!important;
    }
    .video-gallery__item-info-status {
        font-size: 12px;
        margin-bottom: 4px;
        text-transform: uppercase;
    }
}


/*Asset Name: Video Block CSS*/
