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: auto;
	bottom: 30px;
	z-index: 99;
	color: #fff;
	background: transparent;
	border: 0;
	right: 30px;
}

.scene-nav .text{
	font-size: 13px;
	font-weight: 600;
}

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

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

.slide-wrapper {
	display: none;
}