.player-container {
    position:fixed;
    left:0;
    bottom:0;
    right:0;
    max-width:1240px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid rgba(35,35,35,.7);
    border-radius: 8px;
    text-align: center;
    background-color: rgba(0,0,0,.4);
}

.controls button {
    margin: 5px;
    padding: 8px 15px;
    cursor: pointer;
}

.progress-bar-container {
    width: 100%;
    height: 8px;
    background-color: rgba(64,0,0,.5);
    border-radius: 4px;
    margin-top: 15px;
    cursor: pointer;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: rgba(64,0,0,.5);
    border-radius: 4px;
}

.track-info {
    margin-top: 10px;
    font-size: 0.9em;
}