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


.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.caption-fonl{
	height: 100%;
}
.caption-fonl > img {
  border-radius: 0;
}
.grid figcaption {
background: #2c3f52 none repeat scroll 0 0;
color: #FFFFFF;
left: 0;
position: absolute;
top: 0;
z-index: 555;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
	text-decoration: none;
}

/* Individual Caption Styles */

/* Caption Style 1 */
.cs-style-1 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(15px, 15px);
	-moz-transform: translate(15px, 15px);
	-ms-transform: translate(15px, 15px);
	tra