.vjs-mw-notifications {
	position: absolute;
	top: 0.75em;
	right: 0.75em;
	z-index: 2;
	padding: 0.5em 1em;
	background: rgba( 43, 51, 63, 0.7 );
	color: #fff;
	border-radius: 4px;
	font-size: 1.4em;
	font-weight: bold;
	font-family: sans-serif;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.1s ease;

	&.vjs-mw-notifications-visible {
		opacity: 1;
	}

	&.vjs-mw-notifications-hidden {
		display: none;
	}
}

.vjs-mw-notifications-a11y {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect( 0, 0, 0, 0 );
	white-space: nowrap;
	border: 0;
}
