How to init/destroy Containers based on Device Mobile/Desktop

Building a site with lots of containers for desktop and different containers for mobile. Anyway to load separately depending on the device with using display none with CSS to save on the html loaded?

Put a condition on the container that is dynamic data with a dynamic data value of {echo:wp_is_mobile}. Set the operator to == and the value to 1 and that will show the container if the device is mobile. 0 will hide it if mobile.
You can even test for the type of browser too.