/* customCSS */
.short-video-container {
  position: relative;
  width: 100%;
  max-width: 350px; /* Shorts/Dikey video için ideal genişlik */
  margin: 0 auto;
  padding-bottom: 177.78%; /* 9:16 Dikey En/Boy Oranı */
  height: 0;
  overflow: hidden;
  border-radius: 12px; /* Köşeleri yuvarlatmak için */
}

.short-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}