.video-wrapped {
	background: black no-repeat center center;
	background-size: cover;
	color: white;
	overflow: hidden;
	position: relative;
}
.video-wrapped .video-wrapped-nojs {
	padding: 20px;
}

.video-wrapped .video-wrapped-play {
	text-align: center;
	font-size: 24px;
	line-height: 38px;
	padding-bottom: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	text-shadow: 1px 1px 3px black;
	z-index: 2;
}

.video-wrapped .video-wrapped-play .small {
	font-size: 14px;
	line-height: 16px;
}


@media screen and (max-width: 800px) {

	.video-wrapped .video-wrapped-play {
		font-size: 18px;
		line-height: 26px;
		padding-bottom: 15px;
	}

	.video-wrapped .video-wrapped-play .small {
		font-size: 12px;
		line-height: 14px;
	}

}

.video-wrapped .video-wrapped-play .small a {
	text-decoration:underline;
	color:inherit;
	display:inline-block;
}