.videoWrapper-aspectRatio {
  position: relative;
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
  height: 0;
}
/* .videoWrapper-aspectRatio--9x16 {
  padding-bottom: 177%; 
} */
.videoWrapper-aspectRatio iframe,
.videoWrapper-aspectRatio .shorts-box__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}