.rc_custom_video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #000000;
	margin-bottom: 2rem;
}
.rc_custom_video br {
	display: none;
}
.rc_custom_video__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.rc_custom_video .rc_custom_video__media {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%!important;
	border: none;
	margin: 0;
}

.rc_custom_video__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;
}

.rc_custom_video__button-shape {
	fill: #ff0000;
	fill-opacity: 0.8;
	transition: all .2s linear;
}

.rc_custom_video__button-icon {
	fill: #ffffff;
}

.rc_custom_video__button:focus {
	outline: none;
}

.rc_custom_video:hover .rc_custom_video__button-shape,
.rc_custom_video__button:focus .rc_custom_video__button-shape {
	fill: #ff0000;
	fill-opacity: 1;
}

/* Enabled */

.rc_custom_video--enabled {
	cursor: pointer;
}

.rc_custom_video--enabled .rc_custom_video__button {
	display: block;
}