/* Injecté dans les iframes epub.js avant calcul de pagination */
img, svg {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
table {
  max-width: 100% !important;
  table-layout: fixed !important;
  word-break: break-word !important;
}

