.lr-brightcove-video-wrapper {
	display: block;
	position: relative;
	max-width: 100%;
}
.lr-brightcove-video-wrapper__box {
	padding-top: 56.25%;
}
.video-js {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.lr-brightcove-video-cover,
.lr-brightcove-cue-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	z-index: 10;
}
.lr-brightcove-video-buttons {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.lr-brightcove-video-buttons p {
	margin: 0;
	color: white;
	text-align: center;
	font-size: 22px;
	font-family: sans-serif;
}
.lr-brightcove-video-buttons p:last-of-type {
	margin-bottom: 20px;
}
.lr-brightcove-video-buttons button {
	opacity: 1;
	background: none;
	color: white;
	font-size: 16px;
	width: 49%;
	max-width: none;
	cursor: pointer;
	border: none;
}
.lr-brightcove-video-buttons button i {
	font-size: 50px;
	margin-bottom: 10px;
}
.vjs-hidden {
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 768px) {
	.lr-brightcove-video-buttons {
		top: 30%;
		left: 0%;
		transform: translate(0%, -30%);
		position: absolute;
		width: 100%;
	}
	.lr-brightcove-video-buttons p {
		font-size: 0.9em;
		padding-left: 1em;
		padding-right: 1em;
	}
}
