.pdf-embed {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* max-height: 80vh; */
  width: 100%;
  aspect-ratio: 1 / 1.39;
  background: #f5f5f5;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.pdf-embed canvas {
  width: 100% !important;
  height: auto !important;
  display: block;
}

