/*body,.main-block ,#detailController{
  height: 100%;
  overflow: hidden;
}*/

video {
    width: 100%;
    height: calc(100vh - 10vh);
/*    max-height: 500px !important;*/
}

.video-max-height {
    max-height: 500px !important;
}

/*body {
    overflow: hidden;
}*/

#detailController {
    width: 100%;

}
.wrapper_ebook {
    align-items: center;
/*    display: flex;*/
    /*height: 90%;*/
/*    height: 0%;*/
    justify-content: center;
    /*margin: 5%;*/
    /*width: 90%;*/
    margin-bottom: 5px;
    /*margin-bottom: 30px;*/
/*    overflow: hidden;*/
    background-color: #1a1919db;
    border: 2px solid #3c2a64;
}
.aspect {
    padding-bottom: 70%;
    position: relative;
    width: 100%;
}
.aspect-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.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: 400px;
    /*height: 100%;*/
    width: 100%;
    /*max-width: 400px;*/
    max-height: : 600px;
}
.flipbook .page img {
    width: 100%;
    height: 100%;
}
.block-book-detail h1 {
    text-align: left;
    margin-top: 10px !important;
    font-size: 16px;
}
.w50 {
    width: 50px;
}
#b_first, #b_next {
    height: 25px;
}
#b_previous, #b_next {
    height: 25px;
    padding-top: 3px;
    margin-top: -2px;
}
#jump {
    height: 25px;
}
.pd10 {
    padding: 10px;
}
.pdb15 {
    padding-bottom: 15px;
}


/*loading*/
.wrapper_ebook_laoding{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: 1000;
}

@media (max-width: 500px) {
    video{
        height: auto;
        max-height: 300px;
    }
}