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

}

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

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

#block-video_frontpage .video.list_item .image {
	width: 191px;
	height: 111px;
}

.video.top_item {
	position: relative;
	margin-top: 30px;
	margin-bottom:35px;
}
.video.top_item .image {
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
}

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

.video.top_item .text_container {
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-right: 10px;
}

.video.top_item .title {
	font-family: pf_din_text_cond_pro_medium;
	font-size: 25px;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 15px;
}
.video.top_item .date {
	display: inline-block;
	color: #999999;
	font-family: pf_din_text_cond_pro_regular;
	font-style: italic;
	font-size: 18px;
}
.video.top_item .summary {
	margin-top: 5px;
}

.video.top_item a {
	text-decoration: none;
}

