.sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 800;
    top: 0;
}
.sticky:before,
.sticky:after {
    content: '';
    display: table;
}