How can I brighten up the main image or play around with the opacity make it so the image is not as dark. Help is appreciated.
Hi jcstauring
That masthead section is set with a dark background color, you can use another color or remove it by this css override:
.view-article .ja-masthead:before { background-color: unset !important; }
Thanks!