img {
	display: block;
	margin: 0 auto;
}

.director-list {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.director-list > div {
	display: inline-block;
	width: 200px;
	margin: 10px;
	position: relative;
}

.director-list > div > div {
	width: 200px;
	height: 230px;
	overflow: hidden;
}

.director-list span {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	line-height: 1.2em;
	position: absolute;
}

.director-list .name {
	bottom: 1.3em;
}

.director-list .title {
	bottom: 0;
	padding-bottom: 0.1em;
}