I'm working on a redesign project that involves responsive web design and we have video elements on the page that expand to fill the full width of the page, which is what we want them to do. However, because of the aspect ratio of some screens we are testing on, and the aspect ratio of the video we are using, some videos are then taller than the screen will allow - the entire height of the video does not fit on the screen.
Is it possible to have a video (embedded from YouTube) that expands to the maximum width UNTIL it hits the maximum height of the page? Something like max-height: 95% (of the page).