
/* ect001 */
.ect001 {width:100%; float:left; clear:both;}
.ect001 > img {width:100%; height:auto; min-height:100%;}

	/*layer height - different styling */
	.layout_height_H .ect001 > img {min-height:350px;}
	.layout_height_M .ect001 > img {min-height:250px;}
	.layout_height_L .ect001 > img {min-height:150px;}

	@media (max-width:799px){
		.layout_block2 .ect001 > img {min-height:auto;}
		.layout_block3 .ect001 > img {min-height:auto;}
	}

	@media (min-width:600px) and (max-width:799px){
		 .layout_block4 > .layout_height_H .ect001 > img {min-height:300px;}
		 .layout_block4 > .layout_height_M .ect001 > img {min-height:200px;}
	}

	@media (max-width:599px){
		.layout_height_H .ect001 > img {min-height:auto;}
		.layout_height_M .ect001 > img {min-height:auto;}
		.layout_height_L .ect001 > img {min-height:auto;}
	}



