I need to show an additional image once the user hovers over button. How would you go around doing this ideally just using CSS.
You can see what I need exactly on the image below, when the users hovers on the brochure button, the view brochure button appears.

.button:hover .view-brochure {display:block}We really need html