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

.grid_02_03 figure {
	overflow: hidden;
/*	min-width: 150px;
	max-width: 725px;
	max-height: 483px; */
	width: 45.0%;
	height: auto;
	text-align: center;
	position: relative;
	cursor: pointer;
	float: left;
}

.figure_g01_01_03 { margin: 10px 10% 10px 0%; }
.figure_g01_02_03 { margin: 10px 0% 10px 0%; }

/* пропорции видео 16:9 */
.video_01_02 {
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
	z-index: 1;
}

/* пропорции видео 16:12 или 4:3 */
.video_01_03 {
	padding-bottom: 75%;  
	height: 0;
	position: relative;
	z-index: 1;
}

.video_01_02 iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.video_01_03 iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

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

/* Media queries */
@media screen and (max-width: 50em) {
.grid_02_03 figure {
	display: inline-block;
	float: none;
	margin: 10px auto;
	width: 100%;
	}
}
