.mobile-bar {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 10px 0;
    z-index: 9999;
    width: 100%;
    box-sizing: border-box;
    align-items:center;
}
.mobile-bar-section {
    flex: 1;
    text-align: center;
    color: #fff;
    padding: 0 2px;
    align-items:center;
}
.mobile-bar-section img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.mobile-bar-section a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}
