/* Zero-One Video/YouTube Block – nur innerhalb des Blocks skalieren */
.z-block-video iframe,
.z-block-youtube iframe,
figure iframe.uk-responsive {
  width: fit-content;
  height: auto;
  max-width: 100%;
  display: block;
}