.pdf-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1.414;
}
.pdf-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}