.sticky {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
}
