.videos{font-size:18px;}


/** section.MAIN **/
.videos section.main{
    background:linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)), url(/img/lp/videos/top_cover.jpg);
    background-size:cover, cover;
    background-position:center, center;
    min-height:400px;
}


/** section.TUTORIALS **/
.videos section.tutorials{}
.videos section.tutorials .category{margin-bottom:100px;}
.videos section.tutorials .category .items{}
.videos section.tutorials .category .items .item{
    border-radius:12px;
    box-shadow:0 12px 30px 0 rgba(0, 0, 0, 0.1);
    display:inline-block;
    margin:10px 25px 10px 0;
    vertical-align:top;
    width:100%;
}
.videos section.tutorials .category .items .item a{color:#444; display:block; text-decoration:none;}
.videos section.tutorials .category .items .item .video-overlay{background-size:cover; background-position:center; border-radius:10px; height:150px;}
.videos section.tutorials .category .items .item .video-overlay p{
    background-color:rgba(0,0,0,.5);
    border-radius:10px;
    color:#fff;
    height:3em;
    margin:0 auto;
    overflow:hidden;
    padding:50px 15px 100px;
    text-align:center;
    transition:.5s ease;
}
.videos section.tutorials .category .items .video-wrapper .video-overlay p:hover{opacity:0; text-indent:-100%;}


/** section.CONTACT **/
.videos section.contact{
    background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(/img/lp/videos/img-1.jpg);
    background-size:cover, cover;
    margin-bottom:-40px;
    padding-bottom:100px;
    padding-top:100px;
}