.layout--threecol-33-34-33 {
  display: flex !important;
  flex-wrap: wrap !important;
}

.layout--threecol-33-34-33 > .layout__region {
  flex: 0 1 100% !important;
}

@media screen and (min-width: 40em) {
  .layout--threecol-33-34-33 > .layout__region--first,
  .layout--threecol-33-34-33 > .layout__region--third {
    flex: 0 1 42.5% !important;
  }

  .layout--threecol-33-34-33 > .layout__region--second {
    flex: 0 1 15% !important;
  }
}