Plex - Entity vs Entity Filter

I am currently using an Entity Filter to show only active Plex sessions.

type: entity-filter
card:
  title: Plex Sessions
entities:
  - entity: media_player.plex_bobucks13_yahoo_com_plex_for_ios_robert_s_iphone
state_filter:
  - playing
  - paused
  - stopped
  - idle

and it works fine. Lovelace shows this for TV shows:
Screenshot from 2021-07-09 17-11-49

An Entity card on it’s own shows:
Screenshot from 2021-07-09 17-13-24

How can I get the Entity Filter to display the same as the regular entity card? (No controls, media_title in large font - keeping the graphic would be nice)

thanks

edit: obviously the given entity doesn’t match the screenshots, but you get the idea…