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

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