Help with responsive video on product page using flexbox

Hi there I am really struggling with getting this video to behave.

I want it to be grow with the width of the page but at the break it disappears. I’m really trying to do this as cleanly as possible.

Any help would be much appreciated.

Looks like you have a media query but don’t have default style for its width and height. Try adding something like to your .videoside class.

width: 100%;
height: 500px;

thank you. I think its behaving ok now although on smaller screen sizes the video gets cropped on the sides.