/* V326 — remove the obsolete YouTube-style home player. The playlist player is the only home player. */
html body #songs .home-media-player-shell > #songsPlayerCard,
html body #songs .home-media-player-shell > .trend-player-card#songsPlayerCard,
html body #songs #songsPlayerCard{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
}
html body #songs .home-media-player-shell > #ohmHomePlaylistPlayerV313{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
