I have created a addon for elementor. I have card, html markup is as below:
<div class="card">
<div class="header">
<img src="img.jpg">
</div>
<div class="content">
<p>some content</p>
</div>
</div>
I have added overlay on image to show when image get hover, by using elementor overlay background type control. For elementor selector I am using {{wrapper .header img:hover:before}}. On hover image overlay showing fine but now I want image overlay should also appear if div class card get hovered, by using CSS