.audiojs {
    background:transparent;
    height: 300px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items:center ;
}

.audiojs .play-pause {
    width: 80px;
    height: 80px;
    padding: 4px 6px;
    margin: 0 auto;
    border-right: 1px solid #000;
    border-radius: 50%;
    background-color: #fff;
    color: #5BB543;
    overflow:visible;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
    display: flex;
}
.scrubber {
    background: #fff;
    background-color: #fff;
    height:6px !important;
    border-radius: 1rem;
    width: 300px !important;
    border-top: none !important;
    margin: 0 2rem;
}

.audiojs .scrubber {
    background: #fff;
    background-color: #fff;
}

.audiojs .progress {
    z-index: 3;
    background: #5BB543;
}

.audiojs .time {
    margin-left: 0px;

}

.time {
    border-left:none !important;
    color: #fff;
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
}

.audiojs p {
    width: 45px;
}

.audiojs .loading {
    background-position: -2px -1px;
}
.audiojs .pause {
    background-position: -2px -116px;
}

.audiojs .audiojserror {
    background-position: -2px -78px;
}

.loaded {
    background: #fff !important;
    height:6px !important;
    border-radius: 1rem;
}

.progress {
    height:6px !important;
}

@media all and (min-width: 48em) {
    .scrubber {
        width: 450px !important;
    }

}