

.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 15px 13px;
	min-width: 250px;
	max-width: 350px;
	max-height: 320px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 4em;
	color: #fff;
	text-transform: uppercase;
	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%; */
	
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

/* To hide 'View more' 
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}*/

.grid figure figcaption > a {
	z-index: 3;
	white-space: nowrap;
	opacity: 1;
	position: absolute;
	color: #000;
}

.grid figure figcaption > a:hover {
	text-decoration: none;
}

.grid figure figcaption > a.view {
	top: 58%; 
	left: 32%;
	position: absolute;font-size: 16px; text-transform:lowercase;
	border: 1px solid #000; padding:7px 20px;
	color: #000;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 800;
	font-size: 50px;
}

.grid figure p {
	font-size: 12.5px;
	line-height: 18px;
	text-transform: none;
	color: #000;
}



/* Individual effects */
/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: none;
	/*
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
	*/
}

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

figure.effect-oscar figcaption {
	padding: 3.5em;
	width: 67%;
	height: 60%;
	background-color: rgba(58,52,42,0); /*rgba(58,52,42,0.7)*/
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #000;
	content: '';
}

figure.effect-oscar h2 {
	margin: 8% 0 25px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

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

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

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

/*
.grid figure.effect-oscar h2 span.read::before { 
	width:60%; position:absolute; top: 50px; left: 20%; text-align: center; content: ; white-space: nowrap; 
	font-weight: 300; font-size: 18px; border: 1px solid #000; padding:0 15px; 
}
.grid figure.effect-oscar:hover h2 span.read { opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s; }
*/
.grid figure.effect-oscar:hover figcaption > a.view {
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

@media screen and (max-width: 1220px) {
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 15px 1px;
		min-width: 250px;
		max-width: 300px;
		max-height: 320px;
		width: 33%;
		background: none;
		text-align: center;
		cursor: pointer;
	}
	
	.grid figure h2 {
		word-spacing: -0.15em;
		font-weight: 800;
		font-size: 40px;
	}
	
	.grid figure p {
		font-size: 12px;
		line-height: 16px;
		text-transform: none;
		color: #000;
	}
	
	.grid figure figcaption > a.view {
		top: 58%; 
		left: 30%;
		position: absolute;font-size: 15px; text-transform:lowercase;
		border: 1px solid #000; padding:7px 20px;
		color: #000;
	}
	
	figure.effect-oscar h2 {
	margin: 5% 0 20px 0;
	}
	
	figure.effect-oscar figcaption {
		padding: 2.5em;
		width: 74%;
		height: 64%;
		background-color: rgba(58,52,42,0); /*rgba(58,52,42,0.7)*/
		-webkit-transition: background-color 0.35s;
		transition: background-color 0.35s;
	}
	
	figure.effect-oscar figcaption::before {
		position: absolute;
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
		border: 1px solid #000;
		content: '';
	}
}



@media screen and (max-width: 898px) {
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 15px 1px;
		min-width: 230px;
		max-width: 300px;
		max-height: 320px;
		width: 33%;
		background: none;
		text-align: center;
		cursor: pointer;
	}
	
	.grid figure h2 {
		word-spacing: -0.15em;
		font-weight: 800;
		font-size: 35px;
	}
	
	.grid figure p {
		font-size: 11px;
		line-height: 14px;
		text-transform: none;
		color: #000;
	}
	
	.grid figure figcaption > a.view {
		top: 58%; 
		left: 30%;
		position: absolute;font-size: 13px; text-transform:lowercase;
		border: 1px solid #000; padding:5px 16px;
		color: #000;
	}
	
	figure.effect-oscar h2 {
	margin: 0% 0 5px 0;
	}
	
	figure.effect-oscar figcaption {
		padding: 2.5em;
		width: 70%;
		height: 60%;
		background-color: rgba(58,52,42,0); /*rgba(58,52,42,0.7)*/
		-webkit-transition: background-color 0.35s;
		transition: background-color 0.35s;
	}
	
	figure.effect-oscar figcaption::before {
		position: absolute;
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
		border: 1px solid #000;
		content: '';
	}
}


@media screen and (max-width: 780px) {
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 15px 1px;
		min-width: 150px;
		max-width: 300px;
		max-height: 320px;
		width: 33%;
		background: none;
		text-align: center;
		cursor: pointer;
	}
	
	.grid figure h2 {
		word-spacing: -0.15em;
		font-weight: 800;
		font-size: 32px;
	}
	
	.grid figure p {
		font-size: 11px;
		line-height: 14px;
		text-transform: none;
		color: #000;
	}
	
	.grid figure figcaption > a.view {
		top: 62%; 
		left: 30%;
		position: absolute;font-size: 11px; text-transform:lowercase;
		border: 1px solid #000; padding:1px 14px;
		color: #000;
	}
	
	figure.effect-oscar h2 {
	margin: 0 0 -5px 0;
	}
	
	figure.effect-oscar figcaption {
		padding: 1.7em;
		width: 76%;
		height: 66%;
		background-color: rgba(58,52,42,0); /*rgba(58,52,42,0.7)*/
		-webkit-transition: background-color 0.35s;
		transition: background-color 0.35s;
	}
	
	figure.effect-oscar figcaption::before {
		position: absolute;
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
		border: 1px solid #000;
		content: '';
	}
}

@media screen and (max-width: 740px) {
	
	.grid {
		position: relative;
		padding: 0;
		width: 100%;
		list-style: none;
		text-align: center;
	}
	
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 0px;
		max-width: 100%;
		width: 100%;
		max-height: 180px;
		background: none; /*#3085a3*/
		text-align: center;
		cursor: pointer;
	}
	
	.grid figure.last { max-height: 200px; margin-bottom: 50px; }
	
	.grid figure h2 {
		word-spacing: -0.15em;
		font-weight: 800;
		font-size: 50px;
		width: 100%;
	}
	
	.grid figure p {
		font-size: 14px;
		line-height: 16px;
		text-transform: none;
		color: #000;
		text-align:center;
		width: 100%;
	}
	
	.grid figure figcaption > a.view {
		top: 80%; 
		left: 40%;
		position: absolute;font-size: 15px; text-transform:lowercase;
		border: 1px solid #000; padding:4px 20px;
		color: #000;
	}
	
	figure.effect-oscar h2 {
	margin: 3% 0 15px 0;
	}
	
	
	figure.effect-oscar figcaption {
		padding: 9% 10% 2% 10%;
		width: 80%;
		height: auto;
		background-color: rgba(58,52,42,0); /*rgba(58,52,42,0.7)*/
		-webkit-transition: background-color 0.35s;
		transition: background-color 0.35s;
		
	}
	
	figure.effect-oscar figcaption::before {
		position: absolute;
		width: 90%;
		height:75%;
		top: 22%;
		right: 5%;
		bottom: 10%;
		left: 5%;
		border: 1px solid #000;
		content: '';
		text-align:center;
	}
}

@media screen and (max-width: 480px) {
	.grid {
		position: relative;
		padding: 0;
		width: 100%;
		list-style: none;
		text-align: center;
	}
	
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 0px;
		margin-top: -15px;
		max-width: 100%;
		width: 100%;
		max-height: 180px;
		background: none; /*#3085a3*/
		text-align: center;
		cursor: pointer;
	}
	
	.grid figure.last { margin-bottom: 40px; }
	
	.grid figure h2 {
		word-spacing: -0.15em;
		font-weight: 800;
		font-size: 45px;
		width: 100%;
	}
	
	.grid figure p {
		font-size: 12px;
		line-height: 14px;
		text-transform: none;
		color: #000;
		text-align:center;
		width: 100%;
	}
	
	.grid figure figcaption > a.view {
		top: 75%; 
		left: 35%;
		position: absolute;font-size: 14px; text-transform:lowercase;
		border: 1px solid #000; padding:3px 20px;
		color: #000;
	}
	
	figure.effect-oscar h2 {
	margin: 25px 0 15px 0;
	}
	
	
	figure.effect-oscar figcaption {
		padding: 9% 10% 2% 10%;
		width: 80%;
		height: 130px;
		background-color: rgba(58,52,42,0); /*rgba(58,52,42,0.7)*/
		-webkit-transition: background-color 0.35s;
		transition: background-color 0.35s;
		
	}
	
	figure.effect-oscar figcaption::before {
		position: absolute;
		width: 90%;
		height:75%;
		top: 22%;
		right: 5%;
		bottom: 10%;
		left: 5%;
		border: 1px solid #000;
		content: '';
		text-align:center;
	}
}


@media screen and (max-width: 360px) {
	.grid {
		position: relative;
		padding: 0;
		width: 100%;
		list-style: none;
		text-align: center;
	}
	
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 0px;
		margin-top: -15px;
		max-width: 100%;
		width: 100%;
		max-height: 200px;
		background: none; /*#3085a3*/
		text-align: center;
		cursor: pointer;
	}
	
	.grid figure.last { margin-bottom: 40px; }
	
	.grid figure h2 {
		word-spacing: -0.15em;
		font-weight: 800;
		font-size: 38px;
		width: 100%;
	}
	
	.grid figure p {
		font-size: 11px;
		line-height: 14px;
		text-transform: none;
		color: #000;
		text-align:center;
		width: 100%;
	}
	
	.grid figure figcaption > a.view {
		top: 75%; 
		left: 28%;
		position: absolute;font-size: 13px; text-transform:lowercase;
		border: 1px solid #000; padding:3px 20px;
		color: #000;
	}
	
	figure.effect-oscar h2 {
	margin: 30px 0 10px 0;
	}
	
	
	figure.effect-oscar figcaption {
		padding: 9% 10% 2% 10%;
		width: 80%;
		height: 155px;
		background-color: rgba(58,52,42,0); /*rgba(58,52,42,0.7)*/
		-webkit-transition: background-color 0.35s;
		transition: background-color 0.35s;
		
	}
	
	figure.effect-oscar figcaption::before {
		position: absolute;
		width: 90%;
		height:75%;
		top: 22%;
		right: 5%;
		bottom: 10%;
		left: 5%;
		border: 1px solid #000;
		content: '';
		text-align:center;
	}
}