MediaBox component is using querySelector to get the DOM instance, let's use `useRef` hook since it's available.
MediaBox component is using querySelector to get the DOM instance, let's use
useRefhook since it's available.