.contentbox .content > .contentbox {
	background-color: rgba(20, 20, 20, 0.55);
}

.staff-list {
	display: block;
}

.staff-list .staff-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	width: auto;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}

.staff-list .staff-row a {
	display: block;
	flex: 0 0 calc(50% - 8px);
	min-width: 0;
}

.staff-list .staff-row img {
	display: block;
	width: 100%;
	height: auto;
}

.owner-list .content {
	width: 50%;
}

.owner-list img {
	width: 100%;
	height: auto;
}

.staff-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 18px 5px 8px;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
}

.staff-heading::before,
.staff-heading::after {
	content: "";
	height: 2px;
	flex: 1;
	background: #5B5B5B;
}

.staff-heading span {
	padding: 0 4px;
}

.owner-heading {
	font-size: 29px;
	color: #FFB347;
}

.senior-heading {
	color: #FFFFFF;
}

.moderator-heading {
	font-size: 23px;
	color: #D7D7D7;
}

.trial-heading {
	font-size: 21px;
	color: #B8B8B8;
}

.senior-list .staff-row a {
	flex-basis: calc(48% - 8px);
}

.moderator-list .staff-row a {
	flex-basis: calc(44% - 8px);
}

.trial-list .staff-row a {
	flex-basis: calc(40% - 8px);
}