.ae-mcb-bar {
    display: none;
    visibility: hidden;
}

@media (max-width: 600px) {
    .ae-mcb-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        display: flex;
        visibility: visible;
    }

    .ae-mcb-bar .ae-mcb-btn svg {
        display: inline-block;
        vertical-align: middle;
        height: 1.25rem;
        width: 1.25rem;
        overflow: visible;
        margin-right: .25rem;
    }

    .ae-mcb-btn {
        text-align: center;
        padding: 16px 0;
        text-decoration: none;
        font-size: 18px;
    }

    .ae-mcb-btn:not(:last-child) {
        border-right: 2px solid #ccc;
    }

    .ae-mcb-phone svg {
        position: relative;
        bottom: .25rem;
    }
}