#UeberUnsFoto {
	height:250px;
	border-radius:10px;
	margin-bottom:30px;
	position:relative;
	left:50%;
	transform:translateX(-50%);
}

@media screen and (min-width:768px) {
	#UeberUnsFoto {
		float:left;
		margin: 0 20px 20px 0;
		left:0;
		transform:inherit;
	}
}