.b2x-sticky-container {
	position: relative;
}

.stickied-top {
	position: fixed !important;
	top: 0;
}

.stickied-bottom {
	position: absolute !important;
	bottom: 0;	
}

.force-position-static {
	position: static !important;
}

.b2x-sticky-placeholder {
	overflow: hidden;
}