/* カスタム CSS をここに入力してください */
.iframecenter {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 630px;
  margin: auto;
}

.iframecenter iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}