//---- hero style ----//

.m_hero {
  position : relative;
  z-index  : 1;
  @extend %section-type;

  max-width: none;

  &__editor {
    margin: 50px 0;
  }

  .m_btns {
    margin-top: 50px;
  }

  .m_headline {
    max-width: 1200px;
    // @include set-col(s, 4);
    // @include set-col(md, 7);

    position : relative;
    z-index  : 100;

    > * {
      max-width: 700px;
    }
  }

  &__image {
    width    : 100%;
    height   : 100%;
    max-width: none;

    display  : block;

    position : absolute;
    top      : 0;
    left     : 0;
  }
}
