@charset "UTF-8";

.sticky-scroll {

	position: fixed !important;
	top: 0;
	z-index: 9999;

}