We are using WP Bakery and there is an element where you can have a DIV called ibanner, with an image in it.
When you hover, an overlay DIV moves up over the top of the image, part of the way.
What I want to do is when you hover over the containing DIV, the IMG tag image inside, goes darker.
I tried this, but it makes no difference.
.home-banner .porto-ibanner:hover .home-banner .porto-ibanner img{ filter: brightness (50%); }
<div id="interactive-banner-wrap-6bsz" class="porto-ibanner vc_custom_1727942938709 mb-2" style=""><img fetchpriority="high" decoding="async" alt="" width="5472" height="3648" class="porto-ibanner-img" src="images go here><div class="porto-ibanner-desc"><div class="porto-ibanner-content" style="color:#777777;">
<h6>Secondary</h6>
<h3>Ages 11-16</h3>
<div class="desc"><a class="btn btn-md btn-light btn-rounded font-weight-bold" href="#"> <i class="fa fa-arrow-right ms-2 me-2 ps-3"></i></a></div>
<p></p></div></div></div>
I must be missing something.