.iframe-wrap {
	position: relative;
	width: 100%;
	/* ここはおおよその縦横比。必要に応じて調整 */
  padding-top: 450px; /* 例: 元サイトの高さ比に合わせて */
  overflow: auto;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
