figure.effect-lily img {
    /*top:-30px;*/
    left:0;
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
    top:-15px;
    /*height: auto;*/
    width: 150%;
}

figure.effect-lily figcaption {
	text-align: left;
    padding:10px;
    padding-top:0px;
    padding-left: 0px;
    width: 175px;
}

figure.effect-lily figcaption > div {
	position: absolute;
    left:0;
    top:0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2, figure.effect-lily h3,
figure.effect-lily p,figure.effect-lily span  {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2, figure.effect-lily h3, figure.effect-lily span {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p, figure.effect-lily span {
	color: rgba(255,255,255,1);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img
{
	opacity: 0;
}


figure.effect-lily:hover p, figure.effect-lily span {
	opacity: 1;
}


figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p,
figure.effect-lily:hover h3,
figure.effect-lily span{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p,
figure.effect-lily span{
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

h3{
color:#fff;
}