.mobile-bottom-text-banner {
    display: none;
}

@media (max-width: 991px) {
    .mobile-bottom-text-banner {
        position: fixed;
        display: block;
        bottom: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #000;
        color: #fff;
        text-align: center;
        z-index: 99;
    }

    .mobile-bottom-text-banner > a {
        color: #fff;
        text-decoration: none;
    }
}