.image-teaser {
	position: relative;
	margin: 0 -15px 40px -15px;
}
.image-teaser-link {
	display: block;
}
.image-teaser-label {
	position: absolute;
	left: 0;
	bottom: 15%;
	padding: 8px 14px;
	background-color: #2e407d;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	pointer-events: none;
}
.image-teaser-pic img {
	width: 100%; 
	height: auto;
	vertical-align: bottom;
}