body {
	font-family: sans-serif;
}
.container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: auto;
	gap: 15px;
	width: 100%;
}
.container > p {
	display: none;
}
.container > * {
	margin: 0;
	height: auto;
	/* display: flex; */
}
/* .container > * > img { */
/* 	display: block; */
/* 	width: 100%; */
/* 	z-index: 0; */
/* 	border: 3px solid #fff; */
/* 	border-radius: 5px; */
/* } */
.container > * > button {
	position: relative;
}
.container > * > button > p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	text-align: center;
	text-shadow: 0px 0px 5px black;
	color: white;
	font-size: 2em;
	font-weight: bold;
}
[popover] > img {
	max-height: 100vh;
	max-width: 100vw;
}
[popover] {
	/* position: relative; */
	width: fit-content;
	padding: 0;
}
.over {
	width: 100%;
	height: 100%;
	position: absolute; /* parent{position:relative} */
	top: 0;
	left: 0;
	text-shadow: 0px 0px 5px black;
	color: white;
}
figure:has(.side) {
	width: fit-content;
	margin: auto;
}
@media (min-width: 900px) {
	figure:has(.side) {
		float: right;
		margin-bottom: 1.4em;
	}
}
#dritte-internationale > img {
	max-height: 700px;
}
#self-portrait > img {
	max-height: 500px;
}
#künstlerische-entwicklung {
	display: block;
	width: 100%;
}
