/* Large song-page player must fill its existing LISTEN panel.
   Scoped to the song detail view so album players and the mini queue are untouched. */
#view-song [data-yt-key]{position:relative!important;overflow:hidden!important}
#view-song [data-yt-key]>iframe,
#view-song [data-yt-key] iframe{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  display:block!important;
  border:0!important;
}
