.usp {
    z-index: 999;
    color: #fff;
    max-width: 100vw;
    width:100%;
    text-align: center;
    font-size: 18px;
    bottom:30px;
    position: absolute;
}
.usp i  {
    margin-left:20px;
    margin-right: 5px;
}
.cover-teaser-group {
	overflow: hidden;
}

.cover-teaser-header-images {
	position: relative;
	z-index: 1;
}

.cover-teaser-group-grid {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1072px;
	min-width: 320px;
	margin: 0px auto;
	display: block;
	clear: both;
}

.header-image {
	
	width: 100%;
	
	position: relative;
}

.header-images-bottom .reflect {
	    position: absolute;
		top: 0px;
		transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
}

.header-images-bottom .reflect.right {
		right: -1070px;
}

.header-images-bottom .reflect.left {
		left: -1070px;
	}
