window.matchMedia - run a line of JS code that moves the filters into the OffCanvas at the media condition. This means we will not see the "action" (that of filters moving into OffCanvas) happening as we reduce the width of the browser window. To see the change, we would need to refresh the page.
Event listener on resize event - The filters will be moving in and out of the OffCanvas depending on the viewport size once resize event ends.