.container {
	/* position: fixed; */
	/* height: 100%; */
	/* width: 100%; */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
}

.element {
	/* height: 90%; */
	display: flex; 
	flex-direction: column; 
}

.artwork {
	order:2;
	display: flex;
	margin: auto;
	/* justify-content: left; */
	/* align-items: center; */ 
}

.title {
	order:1;
	width: 100%;
	text-align: center;
	/* width: 50%; */
	/* display: flex; */
	/* justify-content: left; */
	/* align-items: center; */ 
	/* margin-left: 1rem; */
	/* white-space: nowrap; */
}

.info { order: 3; }
.info li { width:fit-content; }
.info ul { width:fit-content; margin: 1rem auto; }

.artwork img {
	/* object-fit: contain; */
	/* object-position: right; */
	width: 70%;
	/* height: 100%; */
}


.desktop { display:none; }
