Trying to darken a video
Hey all, I'm trying to darken a background video for my website and I'm having some issues (See attached codepen, I've tossed a placeholder video in to show what I'm doing).
I'm trying to set background-color on the div the video is in, but it doesn't seem to make a difference; is this something basic I'm missing?
https://codepen.io/Tribalbob/pen/gbYyWBO
EDIT: Thanks to u/abidelunacy, filter:brightness(80%) was what I needed!