
/*
 * @file
 * Provides the layout styles for saint_gobain_twocol.
 * @todo Fix this file
 */

.layout-builder__layout.layout--twocol {
  display: flex;
  flex-wrap: wrap;
}

.layout-builder__layout.layout--twocol > .layout__region {
  flex: 0 1 100%;
}

@media screen and (min-width: 40em) {
  .layout-builder__layout.layout--twocol > .layout__region--first,
  .layout-builder__layout.layout--twocol > .layout__region--second {
    flex: 0 1 50%;
  }
}
