@media screen and (max-width: 768px) {
	.article-teaser-captionlink {
		margin: 0.5em 0 0.15em 0;
	}
}

@media screen and (min-width: 769px) {
	.article-teaser-captionlink {
		margin: 0 0 0.15em 0;
	}
}

.article-teaser-image-inner {
	cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 0px;
    line-height: 0px;
    width: 100%;
}
.article-teaser-text {
	text-align: left;
}
.article-teaser-captionlink {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
	line-height: 110%;
}
.article-teaser-captionlink:visited, .article-teaser-captionlink:hover {
	color: #333;
}
.article-teaser-captionlink-topimage {
	margin-top: 0.5em;
}
.article-teaser-link {
	font-family: 'PT Sans', sans-serif;
	color: #777;
	font-weight: bold;
	font-size: 0.9em;
	display: inline-block;
}
.article-teaser-link:visited {
	color: #777;
}