.h-images {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

.h-images .h-single-image {
	width: 250px;
	height: 150px;
	height: auto;
	text-align: center;
	margin: 10px;	
	display: inline-block;
	position: relative;
	z-index: 1;
}

.h-images .h-single-image:hover {
	opacity: 0.8;
}

.h-images a, 
.h-images img {
	position: relative;
	z-index: 1;	width: 250px;
	height: 150px;
}

.h-images .h-single-image .h-image-title {
	display: none;
}


.h-images .h-single-image:hover .h-image-title {
	display: block;	
	position: absolute;	
	z-index: 60;
	text-align: center;
	margin: 0 auto;	
	margin-top: 0;
	width: 100%;
	padding: 10px;
	color: #eee;
	background-color: rgba(0,0,0,0.8);
	font-weight: 900;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}


