/*.video-holder{
    width: 80%;
    margin: 0 auto;
}*/

.video-line{
    outline: 1px solid black;
}

.three-video-container{
    width: 100%;
    background-color: #cdcdcd;
    padding: 100px; 0;
}

.video-border{
    border: 3px solid #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.90);
}


/*--------------------------------------------*/

@media screen and (max-width: 800px){
    
    .slider-header{
        background: url(../images/small-img-header-04.jpg) center center no-repeat;
    }
    
}

/*--------------------------------------------*/




@media screen and (max-width: 980px){
    
    .three-video-container{
        padding: 20px; 0;
    }
    
    .video-border{
        margin-top: 40px;
    }
}