.grid {
	position: relative;
	float: left;
	width: 48%;
	height: 25%;}


.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 2% 1%;
	width: 100%;
	text-align: left;
	cursor: pointer;}

.grid figure img {
	position: relative;
	float: left;
	display: block;
	height: 25%;
	width: 100%;
	opacity: 1;}

.grid figure figcaption {
	color: #fff;
	font-size: 42%;}

.grid figure h3 span {
	font-weight: 800;}

.grid figure h3,
.grid figure p {
	margin: 0;}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: -15px;
	width: 100%;}

figure.effect-honey h3 {
	position: absolute;
	bottom: 0;
	left: -15px;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;}