.root {
  width: 100%;
  height: 100%;

  .containerOut {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .containerOut .container {
    width: 100%;
    height: 100%;
    background: rgba(13, 14, 27, 0.7);
    border: 1px solid transparent;
  }
}