.contenido.videos{
    text-align: center;
}

.videos .content-header{
    background:url(../img/interface/video_back.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    width:100%;
    height:401px;
}

.videos .content{
    margin:0 auto;
    width:100%;
    max-width:1280px;
}

.videos .title{
    margin:158px auto;
}

.videos .title h2{
    display: inline-block;
    font-family: Cabin,sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto 3px;
}

.videos .title p{
    font-family: 'Bitter', serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}


@media only screen and (max-width:820px) {
    .videos .content-header{
        height:300px;
    }
    
    .videos .title h2{
        font-size: 38px;
    }

    .videos .title p{
        font-size: 16px;
    }
    
    .videos .title{
        margin:118px auto;
    }
}

@media only screen and (max-width:620px) {
    .videos .content-header{
        background-size: auto 180px;
        height:180px;
    }
    
     .videos .title h2{
        font-size: 36px;
    }
    
    .videos .title{
        margin:60px auto;
    }
}
