.sticky-footer {
    position: fixed;
    background: rgba(0,0,0,.8);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    padding: 24px;
}