@charset "UTF-8";

header.page_header:after
{
	background-image: url('../visual/references.jpg');
	background-size: 675px 450px;
	background-position: -100px 0px;
}
			
article section div
{
	display: flex;
	flext-flow: row nowrap;
	align-items: center;
	justify-content: space-around;
	padding: 40px;
	max-width: 1280px;
	margin-left: auto; margin-right: auto;
	border-bottom: 1px dashed #ccc;
}

article section div:last-child
{
	border-bottom: none;
}

article section span.image_container
{
	position: relative;
	flex: 1;
	
	display: inline-block;
	width: 0px; height: auto;
	max-height: 135px;
	max-width: 180px;
	margin: 40px;
}

article section img
{
	max-height: 100%;
	max-width: 100%;
	
}