.progressBarWrapper {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.progressBar {
    position: relative;
    width: 0;
    height: 100%;
    background: white;
    opacity: 0.8;
}

.progressBarTimeLabel {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    color: white;
}

@media only screen and (max-width: 600px) {
    .progressBarTimeLabel {
        top: 43px;
    }
}
