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

.oq-3col-25-50-25 {
  display: flex;
  flex-wrap: wrap;
}

.oq-3col-25-50-25>div {
  flex: 0 1 100%;
}

@media screen and (min-width: 40em) {

  .oq-3col-25-50-25>.group-left,
  .oq-3col-25-50-25>.group-right {
    flex: 0 1 25%;
  }

  .oq-3col-25-50-25>.group-center {
    flex: 0 1 50%;
  }
}
