iframe {
  width: 100%;
  max-width: 640px;      /* maximale Breite auf großen Screens */
  aspect-ratio: 4 / 3;   /* erzwingt echtes 4:3 Verhältnis */
  height: auto;
  display: block;
  margin: 0 auto;    
}



