.facebook .teaser {
	margin: 0 -7px;
}



.yt-video {
	float: left;
	margin-bottom: 20px;
}

.yt-video div.thumbnail {
	position: relative;
	float: left;
}

.yt-video div.thumbnail iframe.ytplayer {
	width: 100%;
	border: none;
}

.yt-video div.title {
	float: left;
	margin-top: 10px;
}

.yt-video div.title a {
	color: #000;
	font-weight: bold;
	position: relative;
}

.yt-video div.title a:after {
	content: "";
    display: inline-block;
    background-image: url(../images/pfeil_link.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 9px;
    height: 8px;
	padding-left: 5px;
}


@media screen and (max-width: 960px) and (min-width: 481px) {
	.yt-video {
		float: left;
		width: 46%;
		margin: 0 2%;
	}
}