/* CONTENT - TEAMS */
.teams-wrapper {
	position: relative;
	border-top: 1px #bebebe solid;
	padding-top: 1em;
}
.teams-wrapper td { width: 50%; }

.team-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

/* TEAM - IMAGE */
.team-img { z-index: 100; height: 100%; }
.team-img img { 
	width: 70%;
	max-height: 80%;
	vertical-align: middle;
}

/* TEAM - OVERLAY */
.team-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
}
.team-overlay-content {
	color: #fff;
	padding: 10% 2% 5%;
}
.team-name { font-style: italic; }
.team-member { font-size: .9em; }
.team-overlay hr { 
	width: 2em;
	margin: 2% auto;
}
.team-awards > img {
	margin: 0 .5em;
	width: 40%;
	float: left;
	min-height: 4em;
}


/* MOBILE - OVERRIDE */
@media all and (min-width: 20em) and (max-width: 39.9em) {
	.teams-content { width: 90%; max-width: 18em; }
	.team-wrapper { height: 6.75em; }
	.team-wrapper > img { margin: .5em; }
	.team-overlay-content { font-size: .8em; }
	.team-awards > img { width: 30%; }
}


/* DESKTOP - OVERRIDE */
@media all and (min-width: 40em) {
	.teams-content { width: 90%; max-width: 45em; }
	.team-wrapper { height: 16.5em; }
	.team-wrapper > img { margin: 1em; }
}