.ytvideo, .yt-oxy-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #000000;
}

.ytvideo__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ytvideo__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.ytvideo__button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: none;
	padding: 0;
	width: 68px;
	height: 48px;
	border: none;
	background-color: transparent;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.ytvideo__button-shape {
	fill: #212121;
	fill-opacity: 0.8;
}

.ytvideo__button-icon {
	fill: #ffffff;
}

.ytvideo__button:focus {
	outline: none;
}

.ytvideo:hover .ytvideo__button-shape,
.ytvideo__button:focus .ytvideo__button-shape {
	fill: #ff0000;
	fill-opacity: 1;
}

/* Enabled */

.ytvideo--enabled {
	cursor: pointer;
}

.ytvideo--enabled .ytvideo__button {
	display: block;
}