.grid, .grid figure {
	text-align: center;
	position: relative
}
.grid, .grid figure, .grid figure img {
	position: relative
}
.grid figure h2, .grid figure p {
	letter-spacing: 1px;
	margin: 0
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.grid .fa-link {
	font-size: 21px;
	color: #FFF
}
.grid {
	list-style: none
}
.grid figure {
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 25%;
	max-width: 25%;
	max-height: 360px;
	max-height: auto;
	width: 48%;
	cursor: pointer;
	background: #000
}
.grid figure img {
	display: block;
	min-height: 100%;
	max-width: 100%
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.grid figure figcaption::after, .grid figure figcaption::before {
	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 {
	word-spacing: -.15em;
	font-weight: 700;
	font-size: 25px
}
.grid figure h2 span {
	font-weight: 800
}
figure.effect-chico img {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12)
}
figure.effect-chico:hover img {
	opacity: .2;
	-webkit-transform: scale(1);
	transform: scale(1)
}
figure.effect-chico figcaption {
}
figcaption p {

}
figure.effect-chico figcaption::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 3px solid #F00;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
figure.effect-chico figcaption::before, figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}
figure.effect-chico h2 {
	padding: 0;
	font-size: 20px
}
figure.effect-chico p {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	font-size: 17px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
figure.effect-chico p span {
	font-size: 12px;
	font-weight: 400
}
figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
@media screen and (min-width:991px) and (max-width:1199px) {
figure.effect-chico p {
	font-size: 19px
}
}
@media screen and (max-width:991px) {
figure.effect-chico figcaption {
	padding: 20px
}
figure.effect-chico h2 {
	font-size: 16px
}
figure.effect-chico p {
	font-size: 14px;
	font-weight: 400
}
figure.effect-chico p span {
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0
}
}
@media screen and (max-width:768px) {
.grid figure {
	max-width: 100%;
	width: 50%
}
figure.effect-chico figcaption {
	padding: 30px
}
figure.effect-chico h2 {
	font-size: 18px;
	margin-bottom: 15px
}
figure.effect-chico p {
	font-size: 16px;
	font-weight: 400
}
figure.effect-chico p span {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0
}
}
@media screen and (max-width:480px) {
.grid figure {
	max-width: 100%;
	width: 100%
}
figure.effect-chico figcaption {
	padding: 40px
}
figure.effect-chico h2 {
	font-size: 28px;
	margin-bottom: 25px
}
figure.effect-chico p {
	font-size: 16px;
	font-weight: 400
}
figure.effect-chico p span {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0
}
}
