.progressbar-container {
    overflow: hidden;
    height: 3%;
    width: 37%;
    left: 2%;
    top: 4%;
    z-index: 1500;
}

.progressbar-container .progressbar-image {
    background-image: url('../images/progressbar/empty_progressbar.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 20;
    width: 100%;
    height: 100%;
}

.progressbar-container .progressbar-status {
    background-color: #3AAFA9;
    width: 100%;
    z-index: 10;
}

.progressbar-container .percentage-text {
    display: none;
    vertical-align: middle;
    text-align: center;
    font-size: 1vw;
    font-weight: bold;
    z-index: 31;
    position: absolute;
    width: 100%;
    top: 30%;
}

.progressbar-container .progressbar-backbutton {
    display: none;
    background-image: url('../images/progressbar/backbutton.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 4.5%;
    height: 8%;
    top: 91%;
    left: 1%;
    cursor: pointer;
}

.progressbar-container .progressbar-scenes-results {
    display: none;
    width: 80%;
    left: 10%;
    height: 25%;
    border: 0.2vw solid #fff;
    border-radius: 23px;
    top: 25%;
}

.progressbar-container .progressbar-total-result {
    display: none;
    width: 30%;
    left: 35%;
    border: 0.2vw solid #fff;
    height: 25%;
    border-radius: 20px;
    top: 54%;
}

.progressbar-container .progressbar-scenes-results .scene-result-holder {
    position: relative;
    display: inline-block;
    background-color: rgba(23, 81, 196, 0.8);
    width: 15%;
    height: 80%;
    top: 10%;
    margin-left: 1.45%;
    border: 0.2vw solid #fff;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 2vw;
}

.progressbar-container .progressbar-scenes-results .scene-result-holder .scene-name {
    line-height: 6vw;
    border-bottom: 0.2vw solid #fff;
}

.progressbar-total-result {
    background-color: rgba(23, 81, 196, 0.8);
}

.progressbar-total-result .total-result {
    text-align: center;
    font-size: 3.5vw;
    margin-top: 4%;
    color: #fff;
}

.progressbar-total-result .total-time {
    text-align: center;
    font-size: 3.5vw;
    color: #fff;
}