.video-autoplayer,
.video-autoplayer .embed-container {
	position: relative;
}
.video-autoplayer .embed-container {
	padding-bottom: 65%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.video-autoplayer .target {
	opacity: 0;
	transition: opacity 2.0s linear;
}
.video-autoplayer.is-playing .target,
.video-autoplayer.is-mobile .target {
	opacity: 1;
}
.video-autoplayer iframe {
	position: absolute;
	width: 100%;
	min-width: auto;
	height: 100%;
	margin-top: 0px;
	top: 0;
	left: 0;
	z-index: 0;
}

.video-autoplayer .title{
	position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    pointer-events: none;
}

.video-autoplayer .title h2{
	font-family:"poynter-oldstyle-text", serif;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 0.1em;
	font-weight: 400;
	color: #fff;
	line-height: 1.15em;
	margin: 0 0 4px;
	pointer-events: all;
}
@media only screen and (min-width: 1025px) {
	.video-autoplayer .embed-container {
		padding-bottom: 56.25%;
	}
	.video-autoplayer.disable-controls .embed-container {
		pointer-events: none;
	}

	.video-autoplayer .title h2{
		font-size: 46px;
		line-height: 1.03em;
		margin-bottom: 18px;
	}
}