.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: $headerZIndex;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: $headerZIndex;
}