.parallax-container-editor {
	position: relative;
	height: auto;
}

.parallax-container {
	position: relative;
	height: 300vh;
	
}

.parallax-items {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	display: flex;
	justify-content: center;
	overflow: hidden;
	clip-path: inset(0px 0px 100% 0px);
} 

.parallax-group {
	height: 100%;
}

 .pin-spacer {
    margin-bottom:  8.25rem !important;
}

 .sc-hm-parallax-after-spacer {
     height: 6.25rem !important;
	 display:none !important;
    }


@media (max-width: 993px) {
	.parallax-container {
		height: auto;
	}

	.parallax-items {
		position: relative;
		height: auto;
		padding: 0;
	}
}
