Hi there,
The code I was referring to with setting the ratio based on the size is only currently in the page builder asset. We’ll be sorting out something for the thumbnails/detail media for the hotfix update this week.
You can add this code in the mean time for the detail display
article.type-portfolio figure.media-wrap .sf-video-wrap {
padding-bottom: 56.25%!important;
}
– Ed