.grid_200t_02 {
	margin: 0 auto;
	padding: 0 0;
	max-width: 100%;
	list-style: none;
	position: relative;
	clear: both;
}

.grid_200t_02 figure {
/*	margin: 10px 2% 10px 0%; */
/*	min-width: 250px;
	max-width: 560px;
	max-height: 100%; */
	width: 32%;
/*	width: 48%; */
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
	cursor: default;
}

.figure_g10_01 { margin: 0px 2% 0px 0%; }
.figure_g10_02 { margin: 0px 0% 0px 0%; }

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

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