
.advertisement{
	margin: 25px 0;
	border:1px solid #e4e4e4;
	padding: 3px;
}

.advertisement a:hover,
.advertisement a:visited,
.advertisement a:active{
	text-decoration: none;
}

.teaser{
	display: flex;
}

.teaser .images{
	display: flex;
}

.teaser .images .label{
	height: 110px;
	width: 30px;
	background-image: url(../../../site/image/advertisement/reclam.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
}

.teaser .images .img{
	width:110px;
	height:110px;
	background-size:cover;
	background-repeat:no-repeat;
	margin: 0 10px;
}

.teaser .text
{
	overflow: hidden;
}

.teaser .text .title{
	color:#3B568C;
	font-weight: bold;
}

.teaser .text .description{
	color:#684F33;
}

@media and (max-width: 991){
	.advertisement{
		margin-top: 50px;
	}
}

