.sticky_contents {
	position: sticky !important;
	position: -webkit-sticky !important;
	/* top: 3rem; */
	top: 10px;
	/* border : solid 2px red; */
	height:100px; /* test */
	font-size:75%;
}

.sticky_parent .elementor-widget-wrap {
	display: block !important;
	/* border : solid 5px blue; */
	/* background-color: #ffeedd; */
	height:2400px; 
}

.sticky_parent {
	display: block !important;
	/* border : solid 5px orange; */
	/* background-color: #ddeeff; */
	height:2400px; 
}

.sticky_parent .e-con-inner {
	/* display: block !important; */
	/* border : solid 5px purple; */
	/* background-color: #eeffdd; */
	height:2400px;
}

html, body {
	overflow:initial !important;
	/* border : solid 5px yellow; */
}

 * { /* border: solid 1px #846583; */ }  
