Other videos on Youtube I embed are desired size, but the one I want to embed has big black widescreen borders above and below - not on Youtube, just once embedded.
Top padding is unchangeable do to being responsive it says. Bottom padding just distorts size. Playing around with advanced settings seems to make no difference.
What you can do is create a Div Block and drop the video inside of the Div Block and give that a class and percent width. Then you don’t have to add any styles to the actual video. Like so:
Make sure you remove the width and height from your video element. The video defaults to 100% of its container and it keeps its original aspect ratio (right now it’s something like 4:3).
For the tablet device I would keep your text in the left column for simplicity instead of adding styles to move it to position. Remove all your styles and try to keep your styles minimal. Its easier to override those styles as you go down to the different media queries.
Oh also, if you want to remove the borders and things you’d have to embed the Youtube video and change the settings inside the embed code. Here are some details on all the options: