﻿.recording-panel {
	width: 100%;
	max-width: 960px;
	overflow: hidden;
}

.recording-player {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 12px;
}