.sticky-scroll
{
	position: relative;
}

.sticky-scroll.sticky
{
	position: fixed;
	transform: none;
}

.sticky-scroll.sticky-scroll-end
{
	position: absolute;
	top: auto;
	bottom: 0;
}

/* Desktop Style */
@media (min-width: 1200px)
{
	
}

/* Non-desktop Style */
@media (max-width: 992px)
{
	
}

/* Mobile Style */
@media (max-width: 768px)
{
	
}