While the video aspect ratio can't be adjusted directly for different breakpoints, here's a straightforward workaround:
First, select your video element and choose your target breakpoint. Then apply this custom CSS with your preferred aspect ratio:
%%SELECTOR%% .ee-video-container {
aspect-ratio:16/9;
padding-top:unset;
}
aspect-ratio:16/9;
padding-top:unset;
}
