.dscv-player-shell {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #000;
	aspect-ratio: 16 / 9;
}

.dscv-player {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #000;
	object-fit: contain;
}

.dscv-player:focus-visible {
	outline: 3px solid #ed1c24;
	outline-offset: -3px;
}

@media (max-width: 640px) {
	.dscv-player-shell {
		aspect-ratio: 16 / 9;
	}
}
