.sticky-wrapper.stuck {
	position: fixed;

	top: 0;
	left: 0;
	right: 0;
	bottom: auto;

	z-index: 100;
}
