.el-fiftyfifty .bhElementInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.el-fiftyfifty .ffLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 61.5%;
}
.el-fiftyfifty .ffLeft .bhBackgroundImage {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.el-fiftyfifty .ffRight {
	width: 52.5%;
	padding: 35px 0;
	box-sizing: border-box;
	z-index: 1;
}
.el-fiftyfifty .ffRight .ffContent {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 600px;
	background: white;
	padding: 40px;
	padding-bottom: 130px;
	box-sizing: border-box;
}
.el-fiftyfifty .ffHeadline {
	margin-bottom: 20px;
}
.el-fiftyfifty .ffHeadline h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.el-fiftyfifty .ffLink {
	display: block;
	position: absolute;
	left: 40px;
	bottom: 60px;
	padding: 14px 50px;
	border-radius: 50px;
}

/*---- CONTENT LEFT ----*/

.el-fiftyfifty.contentLeft .bhElementInner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.el-fiftyfifty.contentLeft .ffLeft {
	left: auto;
	right: 0px;
}