I'm quite new to all kinds of coding and I know what I've written here below is a morass. So what I'm trying to achieve is some text with a header taking up about 60% of the width while a video autoplays on the remaining 40%. I wanted the text to define the height of the video container with the video just filling it out - I tried with object-fit: cover; but without luck. On top of that I also want to put and svg on top of the right edge of the video to create a wave edge as you can probably see in my current progress. Right now I've set both the svg and the video to height: 500px but actually I just want the video to fill the container as described earlier and the svg to have a 100% height of the container.
Hope this makes sense, and once again I'm sorry for my limited knowledge, but would really appreciate if some of you could help me out ✨
Thanks a lot in advance
