#campaignVideoList {
    margin: 10px 0;
}
.vid-item{
    cursor: pointer;
}

.custom-video-image {
    width: 100%;
}

.video-caption {
    font-size: 20px;
}

@media (min-width: 1025px){
    #homeVideoList h3{
        color: #BC551E;
        margin: 10px 0 ;
    }
    #homeVideoList h4, #homeVideoList h2{
        color: #330045;
        margin-bottom: 20px;
    }

    #homeVideoList .vid-nav-down {
        position: relative;
        width: 100%;
        display: inline-block;
        background: blue;
        bottom: 30px;
        box-sizing: border-box;
        overflow: hidden;
        height: 30px;
        text-align: center;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
        background: #eeeeee; /* Old browsers */
        background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

    }
    #homeVideoList .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
    }

    #homeVideoList .vid-container iframe,
    #homeVideoList .vid-container object,
    #homeVideoList .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #homeVideoList .vid-list-container-wrapper {
        border: 2px solid rgba(51,0,69,.6);
        background: rgba(51,0,69,.6);
    }
    #homeVideoList .vid-list-container-wrapper h2{
        color:white;
    }

    #homeVideoList .vid-list-container {
        overflow: hidden;
        padding-bottom: 13px;
    }

    #homeVideoList .vid-list {
        position: relative;
        top:0;
        left: 0;
        height: 455px;
        overflow: scroll;
    }
    #homeVideoList .vid-item {
        display: block;
        width: 100%;
        height: 330px;
        float: left;
        margin: 0;
    }

    #homeVideoList .vid-item .thumb {
        overflow:hidden;
        width: 100%;
    }

    #homeVideoList .vid-item .thumb img {
        width: 100%;
        position: relative;
        top: -13px;
        /*height: 109%;*/
        max-height: 265px;
        object-fit: cover;
    }

    #homeVideoList .vid-item .desc {
        color: #fff;
        font-size: 22px;
        margin-top: -5px;
        margin-bottom: 10px;
    }
    #homeVideoList .arrows {
        position: absolute;
        width: 110%;
        float: left;
    }

    #homeVideoList .vid-list-container .arrows .arrow-left{
        margin-top: 28px;
        margin-left: -37px;
        color: grey;
        position: static;
    }
    #homeVideoList .vid-list-container .arrows .arrow-right {
        margin-top: 28px;
        margin-right: 153px;
        color: grey;
        position: static;
        float: right;
    }

    #campaignVideoList .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
    }

    #campaignVideoList .vid-container iframe,
    #campaignVideoList .vid-container object,
    #campaignVideoList .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #campaignVideoList .vid-list-container {
        width: 91%;
        overflow: hidden;
        margin-top: 20px;
        margin-left:4%;
        padding-bottom: 13px;
        height: 190px;
    }

    #campaignVideoList .vid-list {
        width: 10000000px;
        position: relative;
        top:0;
        left: 0;
    }
    #campaignVideoList .vid-item {
        display: block;
        width: 148px;
        height: 148px;
        float: left;
        margin: 0;
        padding: 10px;
    }

    #campaignVideoList .vid-item .thumb {
        overflow:hidden;
        height: 84px;
        width: 100%;
    }

    #campaignVideoList .vid-item .thumb img {
        width: 100%;
        position: relative;
        top: -13px;
        height: 109%;
        object-fit: cover;
    }

    #campaignVideoList .vid-item .desc {
        color: #21A1D2;
        font-size: 15px;
        margin-top:5px;
    }
    #campaignVideoList .arrows {
        position: absolute;
        width: 97%;
        float: left;
    }

    #campaignVideoList .vid-list-container .arrows .arrow-left{
        margin-top: 28px;
        margin-left: -37px;
        color: grey;
        position: static;
    }
    #campaignVideoList .vid-list-container .arrows .arrow-right {
        margin-top: 28px;
        margin-right: 153px;
        color: grey;
        position: static;
        float: right;
    }
}

@media (min-width: 0px) and (max-width: 1024px){
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .vid-list-container {
        width: 91%;
        overflow: hidden;
        margin-top: 20px;
        margin-left:4%;
        padding-bottom: 13px;
        height: 190px;
    }

    .vid-list {
        width: 10000000px;
        position: relative;
        top:0;
        left: 0;
    }
    .vid-item {
        display: block;
        width: 148px;
        height: 148px;
        float: left;
        margin: 0;
        padding: 10px;
    }

    .vid-item .thumb {
        overflow:hidden;
        height: 84px;
        width: 100%;
    }

    .vid-item .thumb img {
        width: 100%;
        position: relative;
        top: 0;
        bottom: 0;
        object-fit: cover;
        height: 100%;
    }

    .vid-item .desc {
        color: #21A1D2;
        font-size: 15px;
        margin-top:5px;
    }
    .arrows {
        position: absolute;
        width: 110%;
        float: left;
    }

    .vid-list-container .arrows .arrow-left{
        margin-top: 28px;
        margin-left: -37px;
        color: grey;
        position: static;
    }
    .vid-list-container .arrows .arrow-right {
        margin-top: 28px;
        margin-right: 153px;
        color: grey;
        position: static;
        float: right;
    }
}


@media (max-width: 624px) {
    .arrows {
        position:relative;
        margin: 0 auto;
        width:96px;
    }
    .arrow-left {
        left: 0;
        top: -20px;
    }

    .arrow-right {
        right: 0;
        top: -20px;
    }
}

.arrows {
    position:relative;
    width: 100%;
}

.arrow-left {
    color: #fff;
    position: absolute;
    background: #777;
    padding: 10px;
    left: 0px;
    top: -130px;
    z-index: 99;
    cursor: pointer;
}

.arrow-right {
    color: #fff;
    position: absolute;
    background: #777;
    padding: 10px;
    right: 0px;
    top: -130px;
    z-index:100;
    cursor: pointer;
}

@media (max-width: 624px) {
     .arrows{
         margin-top: -30%;
         position: relative;
         display: block;
     }
    .arrow-left, .arrow-right{
        padding: 6px;
    }
    .arrow-left {
        left: 0;
        top: -20px;
    }

    .arrow-right {
        right: 0;
        top: -20px;
    }
}

.play-btn
{
    background: url('/view/images/graphics/video-play.png') center center no-repeat;
    position: absolute;
    top: 34%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    z-index: 10;
    opacity: .7;
}
.play-btn:hover {
    opacity: 1;
}

.first-video-preview{
    width: 100%;
}

.video-container{
    min-height: 325px;
}