Currently I have a bunch of images displayed in a grid-like pattern. I have gotten the third row, first column image, the watch, to darken when hovered over. I did this by placing a black div block behind the image and when the image is hovered over the opacity is changed to 70%. What my problem is however, is how do I make it so all the images do the same thing? Thanks