.demo-3 {
	/*
	--color-bg: #ece6df;
	--color-bg-alt: #8b8078;
	--color-title: #191818;
	*/
}

.content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 120vw;
	width: 100%;
	margin-top: 6rem;
	/*
	position: absolute;
	left: 0;
	top: 10vh;
	*/
}

.scene {
	perspective: 1000px;
	/*overflow: hidden;*/
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.card {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.card__img {
	width: 5em;
	border-radius: 5px;
	/*aspect-ratio: 2/3;*/
	aspect-ratio: 1/1;
	background-position: center;
	background-size: cover;
}

#title-edit-donc {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out 1s;
	transition: opacity .5s ease-in-out 1s;
}

#title-edit-donc.show {
	opacity: 1;
}

#title-edit-donc h1 {
	font-size: 4.5em;
	margin: 0 0 0 0;
	line-height: 1;
}

/*
.site-header .site-title > a {
	display: none;
}
*/

#words-container {
	width: 100vmax;
    height: 100vmax;
    display: flex;
    justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

#words-container #words {
	transform: rotate(-8deg) scale(1.5);
	filter: blur(4px);
	align-content: center;
	/*
    display: flex;
	flex-wrap: wrap;
	*/
    height: 100%;
    justify-content: center;
    margin-top: -50vmax;
    position: absolute;
    text-align: center;
    /*text-transform: uppercase;*/
    top: 50%;
    width: 100vmax;

	font-family: "Gloock", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20vh;
    font-size: clamp(7rem, 18.75vh, 15rem);
    font-weight: 700;
    line-height: 0.85;
    opacity: 0.1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	word-break: break-all;
}

#words-container #words span {
	/*
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	*/
	word-break: break-all;
}

@media screen and (min-width: 53em) {

	.content {
		height: 100vh;
		margin-top: 0;
	}

	#title-edit-donc h1 {
		font-size: 7em;
	}
	
	.card__img {
		width: 6em;
	}
}
