@charset "UTF-8";
/* CSS Document */

#app{
  width: 100vw;
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
}
.flipbook {
  width: 90vw;
  height: 90vh;
}
.flipbook-head {
  text-align: center;
}

div.click-to-flip.right::after{
  content: "";
  display: block;
  width: 40px;
  height: 70px;
  background: url('../images/icon_tap.png') no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: -11;
}
