Is there a way to make the child div info
fill the parent div video-featured
width while remaining absolute, allowing it to overlap the parent div without using a fixed width?
<div class="video-featured col-md-4">
<div class="video">
<video name="media">
<source src="https://fat.gfycat.com/QuerulousGrayGardensnake.webm" type="video/webm" />
</video>
</div>
<div class="info">
<h3 class="title">
<a title="some random title">
Some random text
</a>
</h3>
</div>
</div>
View the issue on this fiddle https://jsfiddle.net/3w73t9yn/. The following images demonstrate the problem: