.player-logo {
    position: fixed;
    top: 14px;
    left: 14px;
    z-index: 0;
    text-decoration: none;
    pointer-events: auto;
    opacity: .94;
    transition: opacity .18s ease, transform .18s ease;
}