The picture of the slideshow can't be displayed correctly

The picture of the slideshow can’t be displayed correctly. I uploaded the pictures for mobile and desktop respectively, but when I preview the display on IPAD and laptop, the two pictures were merged together. I don’t know why this happened. Please help me. Maybe some wrong settings?

My website is “www.agrotkindustrial.com”. I will appreciate it if you are willing to help me.

@Anonymous_e22befaf02dceb916fecabb06cb53335
Hii,
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

@media screen and (min-width: 720px)
.slideshow-slide--mobile .slideshow-slide__image--mobile, .slideshow-slide--mobile .slideshow-slide__image--mobile + [data-rimg-canvas] {
	display: none;
}
}