Hi smartmax
Add this to your custom.css file
1) For hero
.acm-hero .hero-item:before {
opacity:0.3!important;
}
2) For masthead
.t3-masthead .ja-masthead:before {
opacity: 0.3!important;
}
Change opacity values for both to increase or decrease darkness.
Regards