Deleting some whitespace on Debut theme (mobile view)

Hi all,

Im trying to figure out why I have so much white space on my mobile view. My first picture on my website is a slideshow, followed by the shop now button. Im not sure why its so much. space. Im using Debut theme. I have attached a picture

website: www.trulybonded.com

Mobile view

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
@media only screen and (max-width: 749px){
.slideshow__text-wrap--mobile{
top: 0!important;
}
.slideshow__text-content.slideshow__text-content--mobile.slideshow__text-content--mobile-active.text-center {
padding-top: 0;
}
}

Screenshot :- https://image.prntscr.com/image/lrXoRe9LRfSfQyqRxyRjSA.png

Thank you, but that only deleted the top space. it still looks bulky