/* Only book readers: reserve a separate toolbar above the embedded document. */
.vs-full-screen-video:has(#libros) {
  padding: 56px 0 0 !important;
  overflow: hidden !important;
  height: 100vh;
  height: 100dvh;
  box-sizing: border-box;
}
.vs-full-screen-video:has(#libros) .wpvs-video-overlay {
  position: fixed;
  inset: 0 0 auto;
  height: 56px;
  z-index: 2 !important;
  background: #171717;
}
.vs-full-screen-video:has(#libros) #vs-video-back {
  display: flex !important;
  align-items: center;
  min-height: 48px;
  max-width: 100%;
  padding: 4px 16px !important;
  inset: 4px auto auto 0;
  color: #fff !important;
  z-index: 3;
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
}
.vs-full-screen-video:has(#libros) .videoWrapper {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.vs-full-screen-video #libros {
  display: block;
  position: fixed !important;
  top: 56px !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: calc(100vh - 56px) !important;
  height: calc(100dvh - 56px) !important;
  margin: 0;
  border: 0;
  padding: 0;
  z-index: 1;
  background: #fff;
}
