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

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

.figure_g02_01 { margin: 10px 2% 10px 0%; }
.figure_g02_02 { margin: 10px 0% 10px 0%; }

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

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