.jubo-grid {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin: auto;
  width: 11in;
}

.jubo-page {
  box-shadow: gray 0 0 10px;
  height: 8.5in;
  margin-bottom: 0.25in;
  width: 5.5in;
}

.jubo-front {
  order: 1;
}

.jubo-back {
  order: 0;
}

.jubo-left {
  order: 2;
}

.jubo-right {
  order: 3;
}

.jubo-page-content {
  background-color: white;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 0.5in;
  position: relative;
  width: 100%;
}

.jubo-img {
  height: 8in;
  inset: 0.25in;
  position: absolute;
  width: 5in;
}