```
<div>
  <Media
    src="https://www.youtube.com/watch?v=ELngjLHgd9U"
    type="video"
    ratio={16/9}
    width="400px"
  />
  <Media src="/logo-small.svg" type="image" ratio={1} style={{ width: '20%'}} name="flive" alt="flive" />
</div>
```
