.grid {
	position: relative;
	margin: 0 auto;
	padding: 0em 0 0em;
	max-width: 1360px;
	list-style: none;
	text-align: center;
	clear: both;
}

/* Common style */
#startcontainer .span_1_of_2 {
	text-align: center;
	background: rgba(255,255,255,0.4);
	margin-bottom: 40px;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 0 25px 0;
	max-width: 100%;
	width: 100.00%;
	text-align: center;
	cursor: pointer;
	background: rgba(255,255,255,0.4);
}

.grid figure img {
	position: relative;
	display: block;
	/*
	min-height: 100%;
	*/
	height: auto;
	width: 100%;
	opacity: 1.0;
}

.grid figure figcaption {
	color: #fff;
	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,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
font-size: 140%;
background: rgba(190,182,175,0.85);
-webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
}

.grid figure h2 span {
	font-weight: 100;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah img {
	opacity: 1.0;
	-webkit-transition: opacity 0.65s, -webkit-transform 0.65s;
	transition: opacity 0.65s, transform 0.65s;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

figure.effect-sarah:hover img {
	opacity: 1.0;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.off img  {
	opacity: 0.6;
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

@media screen and (max-width: 800px) {
.content {
text-align: center;
}
.grid figure {
float: none;
display: inline-block;
margin: 0px auto;
width: 100%;
}
}

@media screen and (max-width: 600px) {
.grid figure {
width: 100%;
max-width: 100%;
}
}