.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Ensure the social stream can show its full content on first load */
#eds__post_list_wrapper_624,
#eds__post_list_wrapper_624 .edssm_moduleWrapper,
#eds__post_list_wrapper_624 .eds_socialStream,
#eds__post_list_wrapper_624 .edssm__grid.edSocialStream_streamList {
  height: auto !important;
  min-height: 1000px;   /* adjust to taste: 800–1400px */
  overflow: visible;
}
