.shorts-wrapper {
  position: relative;
  width: 100%;
  max-width: 360px;      
  margin: 0 auto;        
  aspect-ratio: 9 / 16; 
}

.shorts-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}