/* Three.js scene canvas wrapper styles */

#canvas-wrapper {
	flex: 1;
	width: 100%;
	min-height: 0;
	position: relative;
	overflow: hidden;
}

#canvas-wrapper canvas {
	width: 100%;
	height: 100%;
	display: block;
}
