Using CSS class to darken background image

I tried using a a custom class here http://tn.lpnational.wpengine.com/ for the top image to darken it but it appears it is doing it behind the image rather than in front. What am I missing?

I tried:
.darkenoverlay {
   background: rgba(70, 72, 82, 0.3)
}

Comments

Sign In or Register to comment.