/**
 * --------
 * Stickies
 * --------
 */

.is-stuck {
    z-index: 98;
    overflow: visible;
    position: fixed;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.is-stuck::-webkit-scrollbar {
    width:  0px;
    height: 0px;
    background: transparent;
}

.sticky-replacement {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}