/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 1.0.0
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/


body{
    background:#101010;
}

#main-content{
     background:#101010;
}

.ut-portfolio-article {
    border: 5px solid #101010;
   
    overflow:hidden;
}

.ut-portfolio-article-animation-box{
    transform:scale(1);
    transition: all 0.8s;
}

.ut-portfolio-article:hover .ut-portfolio-article-animation-box{
    transform: scale(1.1);
    
}
.ut-portfolio-info{
    opacity:0;
}

.lg-outer .lg-toogle-thumb{
    top:-46px;
}


.lg-outer .lg-toogle-thumb:after{
    content:"↓";
}




a#lg-download-1{
    display: none;
}




















