/* Minimized globe.css */


.content {
	position: relative;
	display: grid;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	min-height: 100vh;
}

.scene {
	position: absolute;
}

.scene--full {
	width: 100%;
	height: 100vh;
}