I am seeking a way to transition image 1 from mobile view to desktop view seamlessly. Currently, I have a div set up for image 1 in the mobile layout and now I need to rearrange the order of the items. Would using Bootstrap be the most efficient solution for this task? I am unsure how to make the switch without duplicating divs for desktop and hiding the ones for mobile view.See image here
What steps should I take to achieve this transition?