canvas {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0 !important;
	top: 0 !important;
	transform: scale(1.1) !important;
}

.scene-nav {
	font-size: 30px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	color: #fff;
	background: rgba(255,255,255,.1);
	border: 1px solid #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	right: 30px;
}

.scene-nav:focus {
	outline: none;
}

.scene-nav--prev {
	left: 30px;
	right: auto;
}

.slide-wrapper {
	display: none;
}