Please create 2 Slideshow sections from your theme customization, then add CSS code below for each section.
Add this code to the Custom CSS of the desktop section.
@media (max-with:749px) {
.css-slider-viewport { display: none; }
}
Add this code to the Custom CSS of the mobile section.
@media (min-with:750px) {
.css-slider-viewport { display: none; }
}