.page-header {
	background-image: url("../images/team.jpg");
	padding: 80vh 0 0;
}

.content-inner img {
	width: 128px;
}

.content-inner ul {
	list-style-type: none;
	padding: 0;
	color: #666;
}

/* Team Member Detail Box */
.team-member {
	padding: 25px;
	background: #FFF;
	border-radius: 5px;
	margin: 25px 10px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	height: calc(100% - 25px);
}

@media (max-width: 576px) {
	.page-header {
		background-size: contain;
		background-position-y: 100px;
		background-repeat: no-repeat;
		padding: 200px 0 0;
	}
}