.barBG {
    width: 100%;
    height: 100%;
    background-image: url(barBG.png);
    position: relative;
    background-size: 100% 90%;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}

.barTime {
    background-image: url(barPrecent.png);
    width: 100%;
    margin-left: 8px;
    margin-top: 5px;
    background-size: 96% 75%;
    height: 73%;
    background-repeat: no-repeat;
    transition: .3s linear;
}

.bgBarTime {
    display: none;
}