[data-component-name="slotEditorial"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-component-name="slotEditorial"] .half-wrapper {
  position: relative;
}
[data-component-name="slotEditorial"] .half-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-width: 50%;
}
[data-component-name="slotEditorial"] .half-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-width: 50%;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
[data-component-name="slotEditorial"] .half-image img {
  width: auto;
  height: 100%;
  max-width: none;
  display: none;
}
[data-component-name="slotEditorial"] .half-image img.primary {
  display: inline;
}
[data-component-name="slotEditorial"].text_left .half-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
[data-component-name="slotEditorial"].text_left .half-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 1023px) {
  [data-component-name="slotEditorial"] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [data-component-name="slotEditorial"].text_left .half-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  [data-component-name="slotEditorial"].text_left .half-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  [data-component-name="slotEditorial"] .half-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
  }
  [data-component-name="slotEditorial"] .half-text .overlay-text {
    position: static;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: auto;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
  [data-component-name="slotEditorial"] .half-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=grid-editorial.css.map */
