*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }

.plangrid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.plangrid h2 span {font-family: "Abel",sans-serif;font-size:0.7em}

/* Common style */
.plangrid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px;
	width: 33.3%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.plangrid figure img {
	position: relative;
	display: block;
	width:100%;
	opacity: 0.8;
}

.plangrid figure figcaption {
	padding: 1.3em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.plangrid figure figcaption::before,
.plangrid figure figcaption::after {
	pointer-events: none;
}

.plangrid figure figcaption,
.plangrid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.plangrid figure figcaption > a {
	z-index: 10;
	text-indent: 200%;
	font-size: 0;
	opacity: 0;
}

.genre {
	color:#AAE5EE;
}

.plangrid figure h2 {
	font-family: 'Oswald', sans-serif;
	text-shadow: 1px 1px 4px #000000;
	color:white;
	font-size:1.1em;line-height:1.1em;
	font-weight: 900;
}

.plangrid figure h3 {
	color:orange;
	font-size:0.9em;line-height:1em;
	text-shadow: 1px 1px 4px #000000;
}
.plangrid figure h4 {
	color:white;
	font-size:0.7em;line-height:1.5em;
}
.plangrid figure h2,.plangrid figure h3,.plangrid figure h4,
.plangrid figure p {
	margin: 0;
}

.plangrid figure p {
	position:absolute;
	letter-spacing: 1px;
	font-size: 80%;
	bottom:25px;
	left:10%;
}

/* Individual effects */


/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
	margin: 6% 0 3px 0;
	text-align:right;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-ming h3 {
	text-align:right;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-ming h4 {
	margin: 15% 0 0px 0;
	text-align:right;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-ming p {
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(2.8);
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
figure.effect-ming:hover h3 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
figure.effect-ming:hover h4 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}


figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}


.plangrid:after {content:'';clear:both;}

/* Media queries */
@media screen and (max-width: 1300px) {
.plangrid figure { 	width: 50%; }
.plangrid figure h2 {	font-size:1.3em;line-height:1.4em; }
}

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