#player-wrapper::before {
	content: "";
	display: block;
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;

	background-color: rgba(0,0,0,0.7);
	z-index: -1;
}

#player-wrapper {
	display: none;
	position: fixed;
	z-index: 200;
	top: 50%; left: 50%;

	width: 80%;
	max-width: 853px;
}

#player-box {
	position: relative;
	width: 100%;
	margin-left: -50%;

	margin-top: -28.136%;
	padding-bottom: 56.272%;
}

#player-closer {
	box-sizing: border-box;
	position: absolute;
	top: 100%;
	width: 5em;
	margin-left: -2.5em;
	margin-top: 1em;
	font-weight: bold;

	text-align: center;
	border: 1px solid #73C0FF;
	color: black;
	background-color: #73C0FF;
}

#player-closer:hover {
	color: #73C0FF;
	background-color: transparent;
	cursor: pointer;
}

#player {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-color: black;
	/*box-shadow: 0 0 0 1px #AAA;*/
	border: solid 1px black;
	box-shadow: 0 0 0 1px #73C0FF;
}