audio {
    display: none;
}

.playpause {
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-size: 32px;
    color: #fff;
}

.playpause:hover {
    color: #e5131c;
}


.player-title, .player {
    /*display: none;*/
}