/* 2 COLUMN */

section.x2column{
	width: 100%;
	overflow: hidden;
}

section.x2column p.subtitle{
}

section.x2column{

}


section.x2column .row{
	align-items:center;
}

section.x2column .image-container{
	position:relative;
	padding-bottom:75%;
}

section.x2column .image{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size:cover;
	background-position:center center;
}

section.x2column .reverse{
	flex-direction:row-reverse;
}
