
.portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.portfolio-box-caption:hover{
	opacity:1;
}
 .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.text-faded {
    color: rgba(255,255,255,.7);
}
.col-sm-4{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.box{
	margin-bottom: 0px !important;
}
.project-category, .project-name{
	font-size:24px;
}