.content.bios {
	text-align: center;
}
.content.bios h2 {
	text-align: center;
}
.content.below-bio {
	
}
.bio-list {
	position: relative;
	padding-bottom: 50px;
}
.bio-list.onlyone {
	margin-left: 37.5%;
}
.bio-list.onlytwo {
	margin-left: 25%;
}
.bio-list.onlythree {
	margin-left: 12.5%;
}
.bio-list .bio-image-wrap {
	position: relative;
	margin: 30px auto;
	width: 200px;
	height: 200px;
	transition: all 0.5s ease;
}
.bio-list .bio-image-wrap.hover {
	margin: 0 auto;
	width: 260px;
	height: 260px;
	transition: all 0.5s ease;
}
.bio-list .bio-image {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	background-size: cover;
	background-position: center;
	border-radius: 250px;
}
.bio-list .name {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.bio-list .name a {
	text-decoration: none;
	color: #333;
}
.bio .bio-image {
	float: right;
}