html,
body {
  height: 100%;
  margin: 0;
}

.wrapperFLIPkameli {
  align-items: center;
  display: block;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.aspectFLIPkameli {
  position: relative;
  width: 100%;
  height: 100%
}

.aspect-innerFLIPkameli {
  bottom: 0;
  left: 0;
  /*position: absolute;*/
  right: 0;
  top: 0;
  margin: auto
}

.flipbook {
  height: 100%;
  transition: margin-left 0.25s ease-out;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flipbook .page {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}