.pn-strip {
  display: flex;
  width: 100%;
  height: 100%;
}
.pn-strip .pn-strip-tile {
  position: relative;
}
.pn-strip .pn-strip-tile .pn-strip-sizer {
  width: 100%;
  background: #fee;
  border: solid 1px black;
}