.timingBg ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.timingBg li {
    display: inline-flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0 7px;
    text-transform: uppercase;
    list-style-type: none;
}

.timingBg li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    width: 50px;
    height: 50px;
    background: url("../images/bubble.png") center center no-repeat;
    background-size: 100%;

    /*
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2), inset 0px 5px 6px 5px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2), inset 0px 5px 6px 5px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2), inset 0px 5px 6px 5px rgba(255, 255, 255, 0.3);
*/


}

.timingA span {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

.timingB span {
    -webkit-animation: mover 4s infinite alternate;
    animation: mover 4s infinite alternate;
}

.timingBg li strong {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
}


.timingBg .emoji {
    display: none;
    padding: 1rem;
}

.timingBg .emoji span {
    font-size: 4rem;
    padding: 0 .5rem;
}

#days {
    display: none;
}
