The page containers are “Contained”
The top page container – contains the video only.
The bottom page container contains everything else.
My solution works as desired – but I had to add 40px padding all around bottom container. Which – I was not sure if there wasn’t a default pulldown combination that would accomplish same thing (more elegant then my solution)..
The method you used is perfectly fine and its probably the way i would do it.
The alternative method require using Negative Margins on a Container Block.
For example if the Top Left and Right Padding of the parent was 40px. Then a Container Block could have -40px Top, Left and Right Margins. Although its commonly used your method is cleaner and not hacky 🙂