
.portfolio-item {
	height: 400px;
	padding: 10px;
	margin: 10px 0 0;
	position: relative;
}
.portfolio-item:hover{
	background: #f0f0f0;
}

.image {
    background: none repeat scroll 0 0 #e8e8e8;
    height: 200px;
    overflow: hidden;
    padding: 15px;
}
.image img {

}
.portfolio-item .btn {
	margin-top: 15px;
	
}

.member-short1 {
	height: 70px;
	font-size: 14px;
	line-height: 18px;
}
.member-name {
	font-size: 22px;
}
.portfolio-item .link {
	position: absolute;
	bottom: 15px;
}