.scene-25 {
	margin: clamp(80px, 8%, 204.8px) auto;
	max-width: var(--max-width);
	display: grid;
	justify-items: center;
}

.scene-25 .local-video-container {
	position: relative;
}

.scene-25 .local-video-container.stopped::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 50px 0 50px 86.6px;
	border-color: transparent transparent transparent #ffffff;
}

.scene-25 .local-video {
	height: calc(100vh - clamp(87px,(100vw - 375px)*(164 - 87) /(2560 - 375) + 87px, 164px));
	max-width: 100%;
	width: auto;
}

@media (min-width: 800px) {
	.scene-25 {
		box-sizing: border-box;
		padding-inline: 10%;
	}
}
