
#block-news_frontpage .news.top_item {
	width: 702px;
	height: 408px;
	position: relative;
	margin-top: 0px;
	margin-bottom:35px;
	display: inline-block;
	vertical-align: top;
}
.news.top_item .image {
	width: 702px;
	height: 408px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}

.news.top_item .text {
	position: absolute;
	bottom: 0px;
	width: 702px;
	color: white;
	background: rgba(0,0,0,0.5);
	z-index: 2;
}

#block-news_frontpage .others {
	display: inline-block;
	width: 438px;
	vertical-align: top;
	margin-left: 30px;
}

#block-news_frontpage .news.list_item .image {
	width: 191px;
	height: 111px;
}
