.bwpv-embed-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.bwpv-embed-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.bwpv-video-thumb {
	position: relative;
	cursor: pointer;
	display: block;
}

.bwpv-video-thumb img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.bwpv-play-icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.bwpv-play-icon svg {
	width: 36px;
	height: 36px;
}

.bwpv-video-thumb.bwpv-thumb-active img,
.bwpv-video-thumb.flex-active img {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.bwpv-video-thumb:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}
