/*
 * @file
 * Provides the layout styles for layout--fivecol-20-20-20-20-20.
 */

.layout--fivecol-20-20-20-20-20 > .layout-inner-container {
  display: flex;
  flex-wrap: wrap;
}

.layout--fivecol-20-20-20-20-20 .layout__region {
  flex: 0 1 100%;
}

@media screen and (min-width: 40em) {
  .layout--fivecol-20-20-20-20-20 .layout__region {
    flex: 0 1 auto;
    width: 20%;
  }
}
