Tabs transitions

Well the tabs worked great until I realized that on mobile, the tab headers load in a row, with the content below all of them. I need each tab to trigger the content direclty below it. I can do this with interactions and simply copy the entire implementation and reorder on mobile and hide on the other media queries. The only thing I’m hoping to find is a simple way to have the interactions close all other open tabs when opened.