Why does my Sense theme slideshow zoom out on the last banner in mobile view?

hello,

I just made my slideshow clickable on my website by removing the button, I used this code in base.css

.banner .banner__buttons a[role="link"]{display:none !important}
   .banner .banner__content,.banner .banner__content *{
       position:static !important;
        opacity:0 !important
   }

But when I add link to the last banner it makes it zoom out, even tough all banners are same size. all three of other banners are showing same sized but the last one is zoomed (in mobile only).

Store link: momdaughts.com

Hi @Subhan2 ,

If you want to click on the slideshow image, please go to sections > slideshow.liquid file, find ‘banner__buttons’ and add code here:

Code:


Now you just need to add link for button, it will work fine