@prefix: flex-layout;

.@{prefix} {
  &- {
    &root {
      position: relative;
      display: flex;
      flex-wrap: nowrap;
      background-size: cover;
      background-position: center;
      height: 100%;

      > * {
        //flex-grow: 1;
        overflow: visible;
      }
    }
  }
}
