.gridx {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 100%;
}
/* Common style */
.gridx figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	text-align: center;
	cursor: pointer;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: #000000;
}
.gridx figure img {
	position: relative;
	display: block;
	opacity: 1;
	width: 100%;
}
.gridx figure figcaption {
	color: #FFF;
	font-size: 0.8em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding-bottom: 2em;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 2em;
	font-weight: 800;
}
.gridx figure figcaption::before,
.gridx figure figcaption::after {
	pointer-events: none;
}
.gridx figure figcaption,
.gridx 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 */
.gridx figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.gridx figure p
   {
	margin: 0;
	padding-top: 25%;
}
.gridx figure h2 {
	font-weight: 800;
	background-color: #00B4FF;
	position: absolute;
	left: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 1em;
	text-align: center;
	top: 0;
	width: 80px;
	height: 50px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top-right-radius: 50%;
	padding-top: 30px;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico2 img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico2:hover img {
	opacity: 0.3;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico2 figcaption {
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
}

figure.effect-chico2 figcaption::before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico2 figcaption::before,
figure.effect-chico2 p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico2 p {
	margin: 0 auto;
	max-width: 300px;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

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