I've experimented with various solutions for my issue, but it seems that the unconventional structure of my project requires a unique approach to fitting the video into a box while keeping it responsive. Here is a preview of what I'm aiming for: mock up image
Here's the link to my code: . Take a look at the black box where I intend to insert the responsive video.
Despite trying various examples from SO and other tutorial sites, none seem to be working. My assumption is that this is due to the unique positioning of the video embed.
Currently, I am attempting a jQuery solution, but even that is not functioning correctly on different screen sizes. You can see the example I'm referring to here: StackOverflow example position of element over background
I am using Bootstrap 3 & Bootswatch framework.
Thank you for your assistance.