I have a with a link inside. I want to style said when I hover over the link.
<div class="video">
   <div class="video-interior">
      <a href="#">LINK</a>
   </div>
</div>
When I hover over the 'a' tag I want to apply styles to the outermost div.
Is that possible?
 
     
     
     
    