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

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

.artwork {
	/* width: 50%; */ 
	display: flex;
	justify-content: left;
	align-items: center; 
}
.artwork img {
	object-fit: contain;
	object-position: right;
	/* width: 100%; */ 
		/* remove for bigger picture on big screen (campus) */
	height: 100%;
}


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

.mobile { display:none; }
