Wierd zoom issue

Hello does anyone know why this occur?

https://www.remlagret.se/

when you click with cursor anywhere on the frontpage a zoom happens

https://vimeo.com/927890697/937402f880?share=copy

we use theme Athens

Add This Css in your Edit Code > Base.css File

figure.card-media img {
    overflow: hidden;
    transition: 0.5s ease;
}
figure.card-media img:hover {
    scale: 1.05;
}