.staff-member-listing {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.staff-member-listing .staff-member {
	text-align: center;
    margin: 10px 0 0 10px;
    flex-grow: 0;
    width: calc(100% * (1/4) - 10px - 1px); /* four per line */
}

.staff-member-listing .staff-member .staff-member-info-wrap div.staff-member-name {
	font-size: 20px;
	margin-bottom: 2px;
}

.staff-member-listing .staff-member .staff-member-info-wrap div.staff-member-position {
	font-size: 15px;
	font-style: italic;
}