

/* CSS from block stylesheet tags */
.image-block img {
    aspect-ratio: var(--ratio);
  }

  .image-block.custom-size img {
    width: var(--width);
    height: var(--height);
  }