.passhidden{
	display:none;
}
.author-list{
	overflow: hidden;
}
.author-block{
	padding: 10px 20px;
	margin: 15px;
	list-style: none;
    width: 100%;
    max-width: 230px;
	min-height: 445px;
    float: left;
	border: 1px solid #eee;
	text-align: center;
}
.author-block h4{
	margin-bottom: 20px;
}
.author-img{
	margin: 10px;
	
}
.author-img img{
	max-width: 150px;
	width: 100%;
	max-height: 150px;
	height: 100%;
	border: 1px solid white;
	border-radius: 50%;
}