My goal is to create a hover effect that involves crossfading images. The setup includes two images: img-2 and img-1, along with text overlayed on top, creating layers as follows: [img2]>[img1]>[text]. When hovering over the text layer or the front image layer, I want the two images to crossfade so that the layers change to: [img1]>[img2]>[text]. The transition should move from bottom to top. Is it possible to achieve this using only CSS, or will I need to use JQuery? Thank you.