.video-recorder-wrapper { position: relative; }
.safari-record-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7) url(recording.gif) no-repeat center;
}
.record-timer {
	position: absolute;
	color: red;
	margin: 0.5rem;
}