Slide image only clickable on the right side (Minimal version 12.2.1)

I am having an issue using the Minimal Version 12.2.1. The banner slider is only clickable on the right side. Any suggestions?

Hello @Mboone
Please share your website URL.

https://naturbliss.myshopify.com/

Hi @Mboone
You can try follow this path:
Themes => edit code => asset => theme.scss.liquid
and add this code to bottom of the file theme.scss.liquid

.slide__link{
left: 0;
top: 0;
}

Absolutely worked! Thank you for your help!!