.btt {
	height: 100% !important;
	min-height: 395px;
	padding-bottom: 30px;
}
.btt > div {
	height: 100% !important;
}
.bildteaser_parent {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
}


.bildteaser_description {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 12px;
	color: rgba(0, 0, 0, 1);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;

}
.bildteaser_description h2 {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 1);
	margin: 0px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap !important;
}
.bildteaser_description span {
	font-size: 16px;
	letter-spacing: -0.02em;
	font-weight: bolder;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap !important;
}
