.bve-video--facade {
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
}

.bve-video__play {
	display: grid;
	width: 72px;
	height: 72px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .72);
	color: #fff;
	cursor: pointer;
}

.bve-video--facade .bve-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	transform: translate(-50%, -50%);
}

.bve-video__play:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.bve-video__play-icon,
.bve-video__play-image {
	display: block;
	width: 34px;
	height: 34px;
}

.bve-video__play-image {
	object-fit: contain;
}

/* Visszafelé kompatibilitás az Elementor által cache-elt régi Twig markuphoz. */
.bve-video__play > span {
	display: block;
	width: 0;
	height: 0;
	margin: 0;
	transform: translateX(-7px);
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 21px solid currentColor;
}
