Hi Johnathon
Please add the below CSS code to decrease the height of the slider image in the Additional CSS box.
For this Go to Appearance >> Customize >> Additional css Box
#theme-main-slider .item {
background-repeat: no-repeat;
height: auto !important;
}
#theme-main-slider .item {
padding-top: 40.50%;
display: block;
height: 0;
}
And please use the slider image size is 1920*600px.
You can set an image padding value as per your need.
Let me know if it works for you.
Thanks
ThemeArile