.\#floating-content-wrapper {
	z-index: 10;
	position: relative;
	height: 100%
}

.\#floating-content-wrapper.\@absolute {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	width: 100%
}

.\#floating-content {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex
}

.\#floating-content.\@x\:center {
	justify-content: center
}

.\#floating-content.\@x\:right {
	justify-content: flex-end
}

.\#floating-content.\@y\:center {
	align-items: center
}

.\#floating-content.\@y\:bottom {
	align-items: flex-end;
}

.\#floating-content.\@padded {
	padding: min(5%, 3rem);
}

.\#floating-content>.\#hero {
	margin: 0;
    opacity: 1;
}