#coachList ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#coachList li {
	float: left;
	position: relative;
}
#coachList a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#coachList span {
	display: block;
	width: 100%;
}
#coachList .thum {
	position: relative;
	overflow: hidden;
	background: #e8f1f7;
	width: 3em;
	height: 4em;
}
#coachList .position,
#coachList .name {
	padding: 0.75em 0;
}
#coachList .position {
	position: absolute;
	background: #ffc300;
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	line-height: 1.3;
}
#coachList .position:empty {
	display: none;
}
#coachList img {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 10%);
	transform: translate(-50%, 10%);
}

@media all and (max-width: 640px) {
	#coachList li {
		margin: 0.25rem;
		width: 7.5rem;
	}
	#coachList li:nth-of-type(3n+1) {
		clear: left;
	}
	#coachList .position {
		font-size: 70%;
	}
	#coachList .name {
		font-size: 90%;
	}
	#coachList .thum {
		font-size: 2.5rem; 
	}
}

@media all and (min-width: 641px) {
	#coachList li {
		margin: 0.5rem;
	}
	#coachList li:nth-of-type(5n+1) {
		clear: left;
	}
	#coachList .thum {
		font-size: 3rem;
	}
	#coachList .position {
		font-size: 90%;
	}
}
