.iss-403-wrapper {
	position: relative;
	width: 100%;
}

.iss-403-container {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
    overflow: hidden;
}

/* Sticky mode: container becomes sticky within the wrapper */
.iss-403-wrapper[data-sticky="true"] .iss-403-container {
	position: sticky;
	top: 0;
}

/* Non-sticky mode: just a regular block */
.iss-403-wrapper[data-sticky="false"] .iss-403-container {
	position: relative;
	height: auto;
}

.iss-403-canvas {
	max-width: 100%;
	height: auto;
	display: block;
}
