
body { margin: 0 }

li { list-style: none }

a { text-decoration: none }

html, body, .wrapper, .page {
  width: 100%;
  height: 100%
}

body {
  overflow: hidden;
  -webkit-transform-style: preserve-3d
}

.wrapper { position: relative }

.page {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  background: #f5f5f5;
  overflow: hidden
}

.page.active { display: block }

.page-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  margin-top: -75px
}

.page-pagination>a {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  margin: 10px;
  border-radius: 50%
}

.page-pagination>a.active { background: #000 }
