Phantom07
No you can not use two zone, because if you hide them via module suffix it still load
Only ad have option to display on mobile and PC.
You can try this code in custom.css file that split the module
@media(max-width:1024px) and (min-width:724px) {
#s5_right_wrap {;
display: flex;
}