.demo-1 {
	--color-text:rgba(107, 107, 107, 1);
	--color-bg: #fff;
	--color-link: #2f8e90;
	--color-link-hover: #2f8e90;
	--color-info: #ac1122;
	--color-title: #000;
	--color-subtitle: #fff;
	--color-subtitle-bg: #097f9e;
}



.message {
	position: relative;
	z-index: 100;
	display: none;
	padding: 1em;
	text-align: center;
	color: var(--color-bg);
	background: var(--color-text);
}

.scene {
	position: absolute;
}

.scene--full {
	width: 100%;
	height: 100vh;
}



@media screen and (max-width: 55em) {
	.info {
		margin: 0;
	}
}
