.scene-12 {
	margin-inline: auto;
	max-width: var(--max-width);
	overflow: hidden;
}

.scene-12 .picture {
	display: block;
	/*height: 70vh;*/
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}

.scene-12 .image {
	display: block;
	height: 100%;
	width: auto;
}

@media (min-width: 800px) or (orientation: landscape) {
	.scene-12 .picture {
		height: auto;
		overflow-y: auto;
	}

	.scene-12 .image {
		height: auto;
		width: 100%;
	}
}
