/* teaser container formatting */
.infobox-semitrans-ctm {
	padding: 0px 10px;
	height: 34px;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	font-family: "SourceSansPro-SemiBold";
}

.contentteaser-m-section {
    display: block;
    margin: 0 auto 55px;
    max-width: 1180px;
    text-align: center;
}

/* teaser formatting */ 
.cteaser-m {
    display: block;
    float: left;
    margin: 6px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
}

.cteaser-m img {
    width: 100%;
    max-width: 572px;
}


.cteaser-m:hover img{
	/*width:105%;*/
	margin-left:0%;
	margin-top:0%;
}

.cteaser-m:hover  {
    box-sizing: border-box;
    box-shadow: 3px 3px 5px #eee;
	
}

.cteaser-m-hl {
    line-height: 30px;
    text-align: left;
    float: left;
    margin: 2px;
    padding: 0px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

