.spectacle-content-container {
	display: flex;
	flex: 1;
	padding: 10px 50px 0;
}

.spectacle-end-header {
	font-size: 3.5em;
	color: #fff;
	margin: 0;
	text-align: center;
}

.spectacle-presenter-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100vh;
	width: 100%;
}

.spectacle-preview-pane {
	height: 90%;
	position: absolute;
	top: 10%;
	left: 4%;
	width: 90%;
}

.spectacle-preview-current-slide {
	border: 2px #fff solid;
	height: 85%;
	width: 65%;
	padding: 20px;
	float: left;
}

.spectacle-preview-next-slide {
	height: 40%;
	width: 35%;
	opacity: 0.4;
	float: left;
}

.spectacle-header-container {
	position: absolute;
	display: block;
	color: #fff;
	width: 100%;
	height: 10%;
	text-align: center;
	padding: 10px 50px;
}

.spectacle-notes {
	color: #fff;
	display: block;
	height: 90%;
	left: calc(60% + 50px);
	padding: 10px 30px;
	position: absolute;
	top: 10%;
	overflow: auto;
	font-size: 20px;
	width: (40% - 100px);
}

.spectacle-slide-info {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	line-height: 1;
	display: block;
	font-size: 22px;
	color: white !important;
}
