.image-with-label {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.image-with-label .item {
	margin: 0 15px;
	text-align: center;
	margin-top: 30px;
}

.image-with-label .item img {
	max-width: 100%;
	border-radius: 50%;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.image-with-label .item span {
  display: block;
}

.image-with-label.items-3 .item {
	width: 25%;
}

.image-with-label.items-3 .item img {
	width: 200px;
}

.image-with-label.items-4 .item {
	width; 20%;
}

.image-with-label.items-4 .item img {
	width: 175px;
}

.image-with-label.items-5 .item {
	width: 17%;
}

.image-with-label.items-5 .item img {
	width: 150px;
}