.grid-slots-wrapper {
  display: table;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.grid-slot {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

