section#videos{
    background: #e5b730;
    padding: 45px 45px 55px;
    margin-top: -30px;
    margin-bottom: 55px;
}


.sidebar{
    float: left;
    width: 320px;
    margin-right: 30px;
    background: #f8edcc;
    padding: 20px 20px 50px;
    box-sizing: border-box;
}

.sidebar h2{
    margin: 0 0 40px;
    font-size: 19px;
    line-height: 24px;
    color: #58585a;
}

.main{
    position: relative;
    min-height: 230px;
}

.check{
    position: relative;
    float: left;
    width: 17px;
    height: 17px;
    background: #fff;
    margin-top: 2px;
    margin-right: 10px;
    cursor: pointer;
}
.check.checked:after{
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 9px;
    top: 40%;
    left: 53%;
    border-bottom: 3px solid #58585a;
    border-right: 3px solid #58585a;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
         -o-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}
label{
    float: left;
    width: calc(100% - 27px);
    font-family: 'ProximaNovaCn-Bold';
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
}


.main .circularG{
    background: #fff;
}


.videos{
    margin: 0 -10px;
}

.videos .tip{
    color: #fff;
}

.video{
    vertical-align: top;
    display: inline-block;
    width: calc(33.333333% - 20px);
    padding: 20px;
    box-sizing: border-box;
    background: #f8edcc;
    margin: 0 10px 20px;
}

.video img[src=false]{
    display: none;
}


.video h3{
    margin: 0;
    padding-bottom: 5px;
    line-height: 24px;
}

.video .img{
    position: relative;
    cursor: pointer;
    padding-bottom: 75%;
    overflow: hidden;
}

.video .img:after {
    content: '';
    display: block;
    position: absolute;
    left: 90%;
    top: 85%;
    width: 50px;
    height: 50px;
    max-width: 35%;
    background: url(../img/play.png) no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: unset;
    border: solid 1px transparent;
    -webkit-transition: all  0.1s ease-out;
       -moz-transition: all  0.1s ease-out;
         -o-transition: all  0.1s ease-out;
            transition: all  0.1s ease-out;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.video .img:hover img{
    border: solid 1px rgba(255,255,255,0.8);
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
}

#player{
    width: 100%;
}
.popup{
    height: auto !important;
}
#player.video-js .vjs-big-play-button{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* Responsive ----------------------------------------------------------*/

@media(max-width: 1000px){
    .sidebar{
        width: 260px;
        margin-right: 20px;
    }
    .video{
        width: calc(50% - 20px);
    }
}

@media(max-width: 900px){
    section#videos{
        padding: 30px 25px 45px;
    }
    .sidebar{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .sidebar .col{
        float: left;
        margin-right: 20px;
    }
    .sidebar h2{
        margin: 0 0 30px;
    }
    .sidebar{
        padding: 20px 20px 40px;
    }
}


@media(max-width: 650px){
    section#videos{
        padding: 25px 30px 35px;
    }
    .video{
        width: calc(100% - 20px);
    }
}

@media(max-width: 500px){
    .container{
        margin: 0;
    }
    section#videos{
        padding: 25px 20px 20px;
        margin-bottom: 0px;
    }
    .sidebar h2,
    .sidebar label,
    .video h3,
    .video a,
    .video a:active,
    .video a:visited,
    .video a:focus{
        font-size: 17px;
    }
}

@media(max-width: 500px){
    .sidebar h2{
        margin: 0 0 20px;
    }
    .sidebar{
        padding: 20px 20px 30px;
    }
}