.player-controls {
    width: calc(100% - 30px);
    bottom: 10px;
    position: absolute;
}

.player-state {
    background: black;
    opacity: 0.5;
    color: yellow;
    width: 200px;
    max-width: 200px;
}

.player-button {
    margin: 10px;
}
