Hi there,
I stacked the baner images in mobile version then I added fixed animation and it works perfectly.
But on desktop i added this code to the base.css
.banner__media.banner__media-half.animate–fixed:first-child>img {
width: 100%;
}
First image is full width but the second one is still showing over the first picture.
Any Ideas ? Thank you.