Modifying Cloudflare/stream-react component

I want to display an image inside the stream-react component in my react application. I can do it in a fixed height and width of the stream component by placing the image inside the same div and keeping the display as absolute. But in fullscreen mode, the stream takes up entire screen and the image cannot be placed inside the component, is there any way to do that? I mean is there way I can add an image or any other component inside the player even when in fullscreen? (For reference: I want to place an image just how youtube has the channel thumbnail in their player or the skip ads button in the player)