Need Help Removing Excess White Space on product page for debut theme

Hi, I’m having trouble figuring out how to decrease the amount of space between each block on my product picture when using mobile . I’d at least like the spacing to be even.

here is my website - https://weareauri.com/

div#ImageZoom-product-template-29365052997844 {
    height: auto;
}

@ddcollective ,

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

thank you for the reply but it is still the same. I’d at least like the spacing to be even a smaller than this.

@ddcollective ,

div#ImageZoom-product-template-29251534913748 {
    height: auto;
}
.slick-slide {
    height: auto;
}