hm i dont know
look at the code using the chrome inspector, u can see the markups for a hoverimages are right next to the column:
Screenshot 2024-07-23 at 17.03.59.png
im not too sure, but maybe you can give the column a class and then use the sibling selector:
https://developer.mozilla.org/en-US/docs/Web/CSS/Subsequent-sibling_combinator
or you could give the row a class and select the images using that
i dont really have time to code this for you