.video-embed {
	width: 1020px;
	position: relative;
	min-height: 574px;
}
.video-embed .poster-frame {
	cursor: pointer;
	height: 574px;
	background-size: cover;
	background-position: center center;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.video-embed .poster-frame .banner {
	background-color: rgba(0,0,0,0.5);
	padding: 12px 40px;
	display: inline-block;
	width: 940px;
	position: absolute;
	bottom: 40px;
}
.video-embed .poster-frame .banner .button-video-play {
	width: 140px;
	height: 140px;
	margin-bottom: 0;
	float: left;
	background-image: url('../../images/button-video-play.png');
	background-color: transparent;
	padding: 0;
}
.video-embed .poster-frame .banner p {
	margin: 0;
	line-height: 1;
	font-size: 30px;
}
.video-embed .poster-frame .banner p.title {
	font-family: "museo-slab", "Georgia", serif;
	color: white;
	margin-top: 30px;
}
.video-embed .poster-frame .banner p.duration {
	color: #ccc;
	margin-top: 10px;
}
.video-embed .video {
	display: none;
	background-color: black;
	padding: 72px 40px 40px;
	position: relative;
	height: 462px;
	transition: height 0.5s;
}
.video-embed .video.active {
	height: 529px;
}
.video-embed .video p.title {
	position: absolute;
	top: 20px;
	left: 40px;
	margin: 0;
	font-family: "museo-slab", "Georgia", serif;
	color: white;
	font-size: 20px;
	line-height: 32px;
}
.video-embed .video span.close {
	position: absolute;
	top: 20px;
	right: 40px;
	width: 32px;
	height: 32px;
	background-color: white;
	cursor: pointer;
	background-image: url('../../images/close.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}