/* CSS Document */





.grid {
	position: relative;

	list-style: none;
	text-align: center;

}

/* Common style */
.grid figure {
	position: relative;
	cursor: pointer;
	text-align:center;
	height:302px;
	background-color:rgba(236,240,241,0.6);
}






.grid figure img {
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	width:100%;
	height:265px;
}

.grid figure figcaption {
	padding: 10px;
	color: #fff;
	
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	
	top: 0;
	left: 0;
	width: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
}

.grid figure h2 span {
}

.grid figure h2,
.grid figure p {
	margin: 0;
	padding:0
}

.grid figure p {
}
