.is-sticky {
    position: fixed;
    top: 0;
    margin-top: 0 !important;
    z-index: 9999;
}

.sticky-trigger {
    display: block;
    width: 100%;
    clear: both;
}