.sotv-canvas {
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border: 0;
}

.sotv-canvas--fixed {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
}

.sotv-section {
	position: relative;
	isolation: isolate;
	min-height: var(--sotv-h, 70vh);
	display: grid;
	align-items: center;
	overflow: hidden;
}

.sotv-section > .sotv-canvas {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.sotv-section__inner {
	position: relative;
	z-index: 1;
	padding: clamp(32px, 8vw, 96px) clamp(20px, 5vw, 48px);
}
