header {
	z-index: 10000;
}

#slide-container {
	padding: 0;
	height: 100svh;
}

#gallery figure.flex-container {
	max-height: 100svh;
	z-index: 0;
	cursor: zoom-in;
}

#gallery.zoomed figure.flex-container {
	cursor: zoom-out;
}

#gallery figure.flex-container img {
	object-fit: contain;
	height: 100svh;
	width: 100vw;
}

#gallery.zoomed figure.flex-container div.image-container {
	overflow: scroll;
	/*display: flex;
	justify-content: center;
	align-items: center;*/

}

#gallery.zoomed figure.flex-container img {
	display: block;
	height: auto;
	width: auto;
}

#gallery figure figcaption {
	position: fixed;
	left: 2em;
	bottom: 5em;
	background: none;
}

#gallery figure figcaption p {
	font-family: "IBM Plex";
	font-size: .7em;
	line-height: 135%;
}

#gallery figure figcaption p emph {
	font-family: "IBM Plex Italic";
}

#gallery figure figcaption p a {
	border-bottom: 1px solid #000;
	cursor: pointer;
}

emph.sold::before {
	content: "⬤";
	color: red;
	margin-right: .7em;
	font-size: .65em;
	display: inline-block;
	line-height: 100%;
	position: relative;
	top: -.25em;
}