/*
 * @file
 * Provides the layout styles for layout_threecol_16_68_16.
 */

.layout--threecol-16-68-16 > .layout-inner-container {
  display: flex;
  flex-wrap: wrap;
}

.layout--threecol-16-68-16 .layout__region {
  flex: 0 1 100%;
}

@media screen and (min-width: 40em) {
  .layout--threecol-16-68-16 .layout__region--first,
  .layout--threecol-16-68-16 .layout__region--third {
    flex: 0 1 auto;
    width: 16.666666%;
  }

  .layout--threecol-16-68-16 .layout__region--second {
    flex: 0 1 auto;
    width: 66.666666%;
  }
}
