.lmb-people-wrap {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: center;
}

.lmb-people-wrap:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.lmb-people {
	box-sizing: border-box;
}

.lmb-people-with-image {
	text-align: center;
	margin: 40px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
}

.lmb-people-no-image {
	width: 100%;
}

.lmb-people-name {
	font-size: 110%;
	margin-bottom: 5px;
}

.lmb-people-title {
	font-size: 80%;
	margin-bottom: 5px;
	color: #666;
}

.lmb-people-image {
	width: 100%;
	height: auto;
	display: block;
}

.lmb-people-email {
	min-width: 200px;
	font-size: 80%;
	padding: 0 10px 10px;
	word-break: break-word;
}

.lmb-two-people-wrap .lmb-people-with-image {
	width: calc(100% * (1/2) - 80px - 1px);
}

.lmb-three-people-wrap .lmb-people-with-image {
	width: calc(100% * (1/3) - 80px - 1px);
}

.lmb-four-people-wrap .lmb-people-with-image {
	width: calc(100% * (1/4) - 80px - 1px);
}

.lmb-five-people-wrap .lmb-people-with-image {
	width: calc(100% * (1/5) - 80px - 1px);
}

@media only screen and (max-width: 1200px) {
	.lmb-four-people-wrap .lmb-people-with-image,
	.lmb-five-people-wrap .lmb-people-with-image {
		width: calc(100% * (1/3) - 80px - 1px);
	}
}

@media only screen and (max-width: 1024px) {
	.lmb-two-people-wrap .lmb-people-with-image,
	.lmb-three-people-wrap .lmb-people-with-image,
	.lmb-four-people-wrap .lmb-people-with-image,
	.lmb-five-people-wrap .lmb-people-with-image {
		width: calc(100% * (1/2) - 80px - 1px);
	}
}

@media only screen and (max-width: 600px) {
	.lmb-two-people-wrap .lmb-people-with-image,
	.lmb-three-people-wrap .lmb-people-with-image,
	.lmb-four-people-wrap .lmb-people-with-image,
	.lmb-five-people-wrap .lmb-people-with-image {
		width: 100%;
		margin: 20px 0;
	}
}
