@import url('https://fonts.googleapis.com/css?family=Anton');

.waveform-wrapper {
    position: relative;
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Anton', sans-serif;
    background: url('../images/st_music.jpg') center;
    background-size: cover;
}
#waveform {
    padding: 50px 0;
}
.st-playTimer {
    position: absolute;
    color: #eee;
    font-size: 34px;
    top: 5px;
    right: 10px;
    opacity: 0.4;
    text-align: right;
    z-index: 100;
}
.st-play {
    color: #eee;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 10px;
    z-index: 100;
    text-decoration: none;
    font-size: 30px;
}
.st-play:hover {
    color: #ffa53c;
    cursor: pointer;
}
.st-tint {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}