.pdf-iframe iframe{
	width: calc(100vw - 2 * 3rem);
	max-width: calc(1280px - 2 * 3rem);
  height: calc(100vh - 5rem);
  border:1px solid #ccc;
}