Create Same Layout As Webflow University

How do I create the layout featured on Webflow University? Where there is a video menu on the right and responsive video window on the left? Anyone know if a tutorial on this exists?

@Mason_Waters - I’m not aware of a tutorial, the entire section is wrapped in a single div with the YouTube iframe and the player list:

The videoplayer_container is set to flex.

The playlist is a direct child of the container and itself then contains a list of collection items it looks like with some styling and links to different YouTube videos:

When each item is clicked it loads the YouTube video in the player on the left. Which is being done with Javascript which you can find here: https://d3e54v103j8qbb.cloudfront.net/gen/js/university/webflow-university.min.31ea9b0b00.js

It looks like it grabs the url from the data attribute on the item data-vid-url and then loads the video in the yt-player iframe.