.grid1 {
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid1-img1 {height:335px;}
.grid1-img2 {height:700px;}


figure {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
	border: 3px solid #fff;
}

figure:hover figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
	padding-top:100px;
}

figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 70%;
	padding:10px 0;	
	text-transform:uppercase;
	background: rgba(0,0,0,.8);
	color: #fff;
	text-align:center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}

figcaption h3 {
	margin-bottom: 20px;
	position: relative;
	font-size: 48px;
	line-height:35px;
	top:0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
figure:hover figcaption h3 {	
	top: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

figcaption p {
	position: relative;
	font-size: 21px;
	letter-spacing:19px;
	padding-left:19px;
	top:0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
figure:hover figcaption p {	
	top: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}


figcaption a {
	position: relative;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	top:0;
	padding:10px 20px;
	margin-top:100px;
	border:solid 1px #fff;
	color:#fff;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
	-ms-transition: all .9s ease;
	transition: all .9s ease;
}

figure:hover figcaption a {
	position: relative;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	top:0;	
	-webkit-transition: ease .9s ease;
	-moz-transition: ease .9s ease;
	-o-transition: ease .9s ease;
	-ms-transition: ease .9s ease;
	transition: ease .9s ease;
}


figcaption a:hover {background-color:#fff; color:#000; }

@media(max-width:1024px){
.grid1-img1 {height:270px; background-color:#000;}
.grid1-img2 {height:570px; background-color:#000;}
figcaption h3 {font-size: 38px;	line-height:25px;}
figcaption p {font-size: 17px; letter-spacing:15px; padding-left:15px;}
figcaption {top:60%;}
}

@media(max-width:640px){
.grid1-img2 {height:270px;}
}