#before_content {
position:relative;
overflow: hidden;
background: url(../img/peter-car.jpg);
background-size: cover;
background-position: top right;
}

#before_content img {
display: none;
}

#welcometext {
color:#FFFFFF;
font-size: 120%;
line-height:22px;
max-width: 575px;
overflow: auto;
background: rgba(0, 0, 0, 0.7);
box-sizing: border-box;
padding: 50px;
}

#welcometext  p {
margin-bottom: 1em;
line-height: 1.5;
}

#welcometext .a-action {
	border-color: #fff;
	font-size: 90%;
	font-weight: normal;
	padding: 2px 5px;
	border: none;
}


#content { 
height:0;
min-height:0;
padding:0;
}


@media screen and (max-width:1200px) {
		#welcometext {
		font-size: 120%;
		}
}


@media screen and (max-width:980px) {

	#welcometext {
		position: static;
		padding: 10%;
		width: auto;
		max-width: none;
	}

	#before_content > a > img {
position: absolute;
top: 0px;
right: 0;
width: auto;
height: 109%;
z-index: -1;
filter: blur(6px);
	}

}