.youtube-wrapper {
  width: 100%;
  margin-top: 24px;      /* Abstand zum Text */
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 12px;   /* optional, sieht modern aus */
}

/* iframe füllt den Wrapper vollständig */
.youtube-wrapper iframe {
  position: absolute;
  inset: 0;              /* top:0; right:0; bottom:0; left:0 */
  width: 100%;
  height: 100%;
  border: 0;
}
