.crew {
	
}

.crew .member {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 49%;
	padding: 5px;
	border-radius: 5px;
}

.crew .member .member-img, .crew .member .member-info {
	display: inline-block;
	vertical-align: top;
}

.crew .member .member-img {
	background-size: 100% 100% !important;
	width: 250px;
	height: 250px;
}

.crew .member .member-info {
	padding: 10px;
	max-width: 55%;
}

.crew .member .member-info h3 {
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}

.crew .member .links {
	position: relative;
}

.crew .member .links .social {
	float: right;
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.crew .member ul {
	list-style: none;
	padding: 0;
	margin-top: 5px;
}

.crew .member ul li {
	padding: 4px 8px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	display: inline-block;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 12px;
	background: rgba(255, 255, 255, 0.05);
	cursor: pointer;
}

.crew .member ul li:hover {
	background: rgba(255, 255, 255, 0.15);	
}

.crew-more {
	display: block;
	text-align: center;
	margin-top: 40px;
}