.singleteaser {
	max-width: 2580px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -70px;
}
.singleteaser article {
	display: block;
	position: relative;
}
.singleteaser article img {
	display: block;
	height: auto;
	width: 100%;
}
.singleteaser article figcaption {
	display: block;
	position: relative;
	top: -75px;
	left: 0;
	background: #F4F1F0;
	padding: 24px 40px 36px 10px;
	margin-right: 45px;
	max-width: 443px;
}
.singleteaser article figcaption .title {
	font-family: var(--mw-font-headline);
	font-size: 32px;
	font-weight: var(--mw-font-secondary-weight-normal)\);
	color: var(--mw-color-headline);
}
.singleteaser article figcaption .more {
	display: block;
	position: absolute;
	bottom: 20px;
	right: -23px;
	width: 68px;
	height: 22px;
}
.singleteaser article figcaption .more:before {
	content: "";
	position: absolute;
	top: 11px;
	right: 0;
	background-image: url('/img/layout/arrow-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 68px;
	height: 22px;
	z-index: 1;
	transform: translateY(-50%);
}

@media all and (min-width: 901px){

	.singleteaser article figcaption {
		left: 50%;
		margin-left: -449px;
		padding-left: 30px;
		padding-right: 30px;
	}

}