.viewBook-page {
  background: #fff3e1;
  padding: 20px 15px;
  min-height: 60vh;
}
.viewBook-page__title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.viewBook-page__main__images {
  cursor: pointer;
}
.viewBook-page .img_main {
  width: 100%;
  height: 391px;
  -o-object-fit: cover;
  object-fit: cover;
  /* border-radius: 8px; */
}
.imageLength {
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 14px;
  color: #fff;
  padding: 2px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.67;
  position: absolute;
  bottom: 20px;
  right: 20px;
  /* display: flex;
        align-items: center; */
}
.imageLength > img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  /* margin-top: -3px; */
}
.box-img-over {
  position: relative;
}
.box-img-over .textNumber-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font: normal normal bold 17px/21px Lato;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-img-over .box-img-over__image {
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
}
.viewBook-page__main__video video {
  width: 100%;
  height: 500px;
  border: 1px solid #eee; 
  background: #fff;
}
.viewBook-page__main__audio video {
  width: 50%;
  height: 50px;
}
.viewBook-page__descriptions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  /* padding: 0px 10px; */
}
.viewBook-page__descriptions p,
.viewBook-page__descriptions pre,
.viewBook-page__descriptions h1,
.viewBook-page__descriptions h2,
.viewBook-page__descriptions h3,
.viewBook-page__descriptions h4,
.viewBook-page__descriptions h5,
.viewBook-page__descriptions h6,
.viewBook-page__descriptions strong {
  width: 100%;
  text-align: justify;
  line-height: 24px;
}
.viewBook-page__descriptions li {
  display: inline-block;
  width: 100%;
}
.viewBook-page__descriptions img,
.viewBook-page__descriptions video,
.viewBook-page__descriptions table,
.viewBook-page__descriptions iframe {
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .viewBook-page .img_main {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .viewBook-page .img_main {
    height: 391px;
    border-radius: unset;
  }
  .viewBook-page__descriptions {
    display: block;
  }
  .viewBook-page__descriptions img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .box-img-over .box-img-over__image {
    margin-bottom: 0 !important;
    border-radius: unset;
  }
  .viewBook-page .img_main {
    height: 222px;
    border-radius: unset;
  }
  .viewBook-page__main__audio video{
    width: 100%;
  }
}
