@import "../styles/theme.scss";

.root {
	position: fixed;
	z-index: $zIndexWatermark;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
	// opacity: 0.3;
	// height: 100vh;
	// min-height: 100vh;
		
	.canvas {
		position: fixed;
		width: 100%;
		height: 100%;
		background: transparent;
	}
	.mark {
		position: fixed;
		width: 100%;
		height: 100%;

		&.stretch{ }
	}
}
