@media (max-width: 1279px) {
  /* Gutenberg */
  /* Spacer */
  .wp-block-spacer.sc_height_tiny,
  [data-type="core/spacer"].sc_height_tiny > .components-resizable-box__container {
    height: 1em !important;
  }

  .wp-block-spacer.sc_height_small,
  [data-type="core/spacer"].sc_height_small > .components-resizable-box__container {
    height: 2em !important;
  }

  .wp-block-spacer.sc_height_medium,
  [data-type="core/spacer"].sc_height_medium > .components-resizable-box__container {
    height: 3em !important;
  }

  .wp-block-spacer.sc_height_large,
  .wp-block-spacer.sc_height_big,
  [data-type="core/spacer"].sc_height_large > .components-resizable-box__container,
  [data-type="core/spacer"].sc_height_large > .editor-block-list__block-edit .components-resizable-box__container {
    height: 4em !important;
  }

  .wp-block-spacer.sc_height_huge,
  [data-type="core/spacer"].sc_height_huge > .components-resizable-box__container {
    height: 5em !important;
  }

  /* Separator */
  .wp-block-separator.sc_height_tiny,
  [data-type="core/separator"].sc_height_tiny > .wp-block-separator {
    margin: 1em 0 !important;
  }

  .wp-block-separator.sc_height_small,
  [data-type="core/separator"].sc_height_small > .wp-block-separator {
    margin: 2em 0 !important;
  }

  .wp-block-separator.sc_height_medium,
  [data-type="core/separator"].sc_height_medium > .wp-block-separator {
    margin: 3em 0 !important;
  }

  .wp-block-separator.sc_height_large,
  .wp-block-separator.sc_height_big,
  [data-type="core/separator"].sc_height_large > .wp-block-separator,
  [data-type="core/separator"].sc_height_large > .editor-block-list__block-edit .wp-block-separator {
    margin: 4em 0 !important;
  }

  .wp-block-separator.sc_height_huge,
  [data-type="core/separator"].sc_height_huge > .wp-block-separator {
    margin: 5em 0 !important;
  }
}

/*# sourceMappingURL=gutenberg.responsive.css.map */
