.grid {
	overflow: hidden;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-left: 0.1em;
}

/* Common style */
.grid figure {
	font-size: 20px;
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0.5em;
	width: 255px;
	height: 255px;
	cursor: pointer;
}
.gri figu {
	font-size: 20px;
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0.5em;
	width: 250px;
	height: 200px;
	background: #000;
	text-align: left;
	cursor: pointer;
}
.gri figure img {
	position: relative;
	display: block;
	min-height: 250px;
	opacity: 0.8;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 250px;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 0.5em;
	color: #fff;
	font-size: 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	word-spacing: normal;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 60px;
	left: -2px;
	width: 255px;
	height: 255px;
}
.gri figu img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.gri figu a {
	position: absolute;
	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 a {
	z-index: 1;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	text-align: left;
}

.grid figure h2 {
	word-spacing: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

.grid figure h2 span {
	font-weight: normal;
}

.grid figure h2,
.grid figure p {
	margin: 0;
	font-size: 20px;
}

.grid figure p {
	font-size: 20px;
}

.gri figu figcaption {
	padding: 0.5em;
	color: #fff;
	font-size: 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	word-spacing: normal;
}

.gri figu figcaption::before,
.gri figu figcaption::after {
	pointer-events: none;
}

.gri figu figcaption,
.gri figu a {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
}
.gri figu img {
	position: relative;
	display: block;
	min-height: 250px;
	opacity: 0.8;
}

.gri figu figcaption {
	padding: 0.5em;
	color: #fff;
	font-size: 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	word-spacing: normal;
}

.gri figu figcaption::before,
.gri figu figcaption::after {
	pointer-events: none;
}

.gri figu figcaption,
.gri figu a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.gri figu a {
	z-index: 1000;
	text-indent: 100%;
	white-space: nowrap;
	font-size: 18px;
	opacity: 0;
	color: #FFF;
}

.gri figu h2 {
	word-spacing: normal;
	font-weight: normal;
		color: #FFF;
}

.gri figu h2 span {
		color: #FFF;
	font-weight: normal;
	font-size: 20px;
}

.gri figu h2,
.gri figu p {
	margin: 0;
	font-size: 20px;
}

.gri figu p {
	font-size: 20px;
}


/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
}

figure.effect-sarah img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
		-webkit-border-radius: 250px 250px 250px 250px;
border-radius: 250px 250px 250px 250px;
background-color: #000;
padding: 10px;
	color: #FFF;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	font-size: 20px;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.1em  0.1em;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
