.-m-cms-cont-cd-parallax > figure {
	margin:0;
	position: relative;
	height: 400px;
	overflow: hidden;
}
.-m-cms-cont-cd-parallax > figure > div {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	will-change:transform;
	background-size:cover;
}
.-m-cms-cont-cd-parallax > .l1_width {
	padding-top:22px;
	padding-bottom:44px;
}

.-m-cms-cont-cd-parallax .-text,
.-m-cms-cont-cd-parallax .cd-lead {
	max-width:700px;
}
.-m-cms-cont-cd-parallax .Link {
	margin-top:1.35em;
}
.-m-cms-cont-cd-parallax h2 {
	margin-bottom:.3em;
}

@media (max-width: 880px) {
	.-m-cms-cont-cd-parallax > figure {
		height: 300px;
	}
}
@media (max-width: 600px) {
	.-m-cms-cont-cd-parallax > figure {
		height: 240px;
	}
}
@media (max-width: 500px) {
	.-m-cms-cont-cd-parallax > figure {
		height: 200px;
	}
}