#scc271 {
	overflow: hidden;
}

#scc271 img{
	width:100%;
	display: block;
}

.lpContainer {
	background-color: #444243;
}

.lpTeaser {
	position: relative;
	margin:0 auto;
	max-width: 802px;
}

.lpTeaserText {
	color: #fff;
	font-family: arial;
	font-size:20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top:69%;

}

.lpTeaserTextT {
	left:8px;
	color:red;
}

@media only screen and (min-width: 600px) {
.lpTeaserText  {
	font-size:28px;
}
}

/* IE 8 */ 

.no-svg .lpTeaserText  {
	font-size:28px;
}

