blockquote {
  &.blockquoteLeft {
    float: left;
    width: 50%;
  }

  &.blockquoteRight {
    float: right;
    width: 50%;
  }

  .blockquoteAuthor {
    font-style: italic;
  }
}

.pagepart.left {
  width: 50%;

  &:before {
    content: "←";
    font-size: 38pt;
    display: block;
  }
}

.pagepart.right {
  width: 50%;
  float: right;

  &:before {
    content: "→";
    font-size: 38pt;
    display: block;
  }
}

.gallery-pp ul {
  list-style: none;
  display: flex;

  li {
    list-style: none;
    max-width: 25%;
    flex-basis: 250px;
    display: flex;
    background: #666666;
    justify-content: center;
    align-items: center;
  }
}
