describe('MediaOverlay', () => {
  it('merges className and style', () => {
    const props = {
      style: { background: 'black' },
      className: 'test',