/**
 * CSS for Plot Template - Off-Hub Dialogue
 * Date: 2024.06.11
 */

.plot-dialogue-popup {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.plot-dialogue-popup.hide {
	display: none;
}

.plot-dialogue-shade {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.8;
	z-index: 1;
}

.plot-dialogue-page {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: max-content;
	margin: auto;
	background: #fff;
	z-index: 1;
}

.plot-dialogue-scene {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: max-content;
	margin: auto;
	z-index: 2;
}

.plot-dialogue-scene .plot-button {
	top: .5em;
	right: -.75em;
	width: 35px;
	border-radius: 50%;
	z-index: 1;
}

#sceneH5 {
	max-width: 100%;
}