.bpe-player {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.bpe-player__ratio {
	position: relative;
	width: 100%;
	aspect-ratio: var(--bpe-aspect, 16 / 9);
	background: #000;
	overflow: hidden;
}

.bpe-player__ratio iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.bpe-player-error,
.bpe-player-notice {
	box-sizing: border-box;
	padding: 12px 16px;
	border: 1px solid currentColor;
	border-radius: 4px;
}
