How do I remove spacing between elements?

I am trying to remove the gaps between all of these elements. I’m not quite sure how to fix it. Any ideas?

Website: loirelamour.com

Sorry haven’t optimized for desktop yet only mobile.

Hi @Loirelamour ,

  1. Go to your Online store => Themes => Edit Code

2: Find base.css file and paste this code at the bottom of the file:

The code i used:

.jdgm-carousel-wrapper {
  padding : 5px 0 !important;
}

**3:**Save and hope you get the result like the image @Loirelamour :