How would I darken a background image on hover without making a new darker image?
CSS:
.image { background: url(\
you can use this:
box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
as seen on: https://stackoverflow.com/a/24084708/8953378