.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	max-width: 750px;
	max-height: 500px;
	width: 100%;
	background: #000000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	max-height: 500px;
	opacity: 0.85;
}

.grid figure figcaption {
	padding: 10px 0 ;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure p { margin: 0;}
.grid figure p i { display:block; width:90px; height:90px; line-height:90px; text-align:center; border:2px solid #fff; border-radius:50%; font-size:40px; color:#ffffff;}


figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,7,0,0.7);
	background: rgba(255,7,0,0.7);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
	transition: opacity 0.25s, transform 0.25s;
}

figure.effect-sadie p {
	position: absolute;
	top: 40%;
	left: 40%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
figure.effect-sadie p a{ font-size:30px; color:#fff; font-weight:200;
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@media screen and (max-width:1400px){
	
.grid figure h2 {
    font-size: 16px;
    font-weight: normal;
    text-shadow: 1px 2px 6px #333;
}

.grid figure h2 i {
    height: 50px;
    font-size: 42px;	
	
}

}
@media screen and (max-width:767px){

.grid figure { width: 100%;}





}