.services {
	overflow: hidden;
	margin: auto;
	text-align: center;
}
.image {
	width: auto;
	height: 300px;
	margin-left: -25px;
	margin-right: -25px;
}
.services {
	background-size: cover;
	width: 250px;
	height: 250px;
    margin: 10px;
	display: inline-block;
	position: relative;
}

.services span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 1.5em;
	padding-bottom: 0.1em;
}