.grid_17 {
	margin: 0 auto;
	padding: 0 0;
	max-width: 1200px;
	list-style: none;
	text-align: center;
	position: relative;
	clear: both;
}

/* Common style */
.grid_17 figure {
	overflow: hidden;
/*	margin: 10px 2% 10px 0%; */
	min-width: 150px;
	max-width: 533px;
	max-height: 840px;
	width: 14.5%;
	height: auto;
/*	background: #3085a3; */
	text-align: center;
	position: relative;
	cursor: pointer;
	float: left;
}

.figure_g17_01 { margin: 10px 2.6% 10px 0%; }
.figure_g17_02 { margin: 10px 0% 10px 0%; }

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

.grid_17 figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.35em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.grid_17 figure figcaption,
.grid_17 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 */
.grid_17 figure figcaption > a {
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	z-index: 0;
}

.grid_17 figure h2 {
	font-size: 200%;
	line-height: 1.3;
	word-spacing: 0.15em;
	font-weight: 300;
}
.grid_17 figure h2 span {
	line-height: 1.0;
	font-weight: 800;
}
.grid_17 figure h2,
.grid_17 figure p {
	margin: 0;
}
.grid_17 figure p {
	letter-spacing: 1px;
	font-size: 105.0%;
	font-weight: 700;
	color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
.figure_g01_01 {
	margin: 10px 2% 10px 0%;
}
.figure_g01_02 {
	margin: 10px 0% 10px 0%;
}
.grid_17 figure h2 {
	font-size: 165%;
	line-height: 1.2;
	word-spacing: 0.15em;
	font-weight: 300;
}
.grid_17 figure h2 span {
	line-height: 1.0;
	font-weight: 800;
}
.grid_17 figure h2,
.grid_17 figure p {
	margin: 0;
}
.grid_17 figure p {
	letter-spacing: 1px;
	font-size: 95.0%;
}
}

@media (min-width: 800px) and (max-width: 1000px) {
.grid_17 figure h2 {
	font-size: 130%;
	line-height: 1.15;
	word-spacing: 0.15em;
	font-weight: 300;
}
.grid_17 figure h2 span {
	line-height: 1.0;
	font-weight: 800;
}
.grid_17 figure h2,
.grid_17 figure p {
	margin: 0;
}
.grid_17 figure p {
	letter-spacing: 1px;
	font-size: 80.0%;
}
}

@media (min-width: 536px) and (max-width: 800px) {
.grid_17 figure figcaption > a {
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	z-index: 0;
}

.grid_17 figure h2 {
	font-size: 200.0%;
	line-height: 1.3;
	word-spacing: 0.15em;
	font-weight: 300;
}
.grid_17 figure h2 span {
	line-height: 1.0;
	font-weight: 800;
}
.grid_17 figure h2,
.grid_17 figure p {
	margin: 0;
}
.grid_17 figure p {
	letter-spacing: 1px;
	font-size: 150.0%;
}
}

@media (min-width: 460px) and (max-width: 536px) {
.grid_17 figure h2 {
	font-size: 185%;
	line-height: 1.2;
	word-spacing: 0.15em;
	font-weight: 300;
}
.grid_17 figure h2 span {
	line-height: 1.0;
	font-weight: 800;
}
.grid_17 figure h2,
.grid_17 figure p {
	margin: 0;
}
.grid_17 figure p {
	letter-spacing: 1px;
	font-size: 120%;
}
}

@media (min-width: 300px) and (max-width: 460px) {
.grid_17 figure h2 {
	font-size: 170%;
	line-height: 1.15;
	word-spacing: 0.15em;
	font-weight: 300;
}
.grid_17 figure h2 span {
	line-height: 1.0;
	font-weight: 800;
}
.grid_17 figure h2,
.grid_17 figure p {
	margin: 0;
}
.grid_17 figure p {
	letter-spacing: 1px;
	font-size: 110.0%;
}
}

/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
/*	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%); */
}

figure.effect-jazz img {
	opacity: 1.00;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.00,1.00,1);
	transform: scale3d(1.00,1.00,1);
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

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

