.iframe-crop {
    width: 324px;       /* 裁切視窗寬度 */
    height: 460px;      /* 裁切視窗高度 */
    overflow: hidden;
    position: relative;
    top: -52px;
    border-radius: 30px !important;
    box-shadow: 7px 7px 27px rgba(0,0,0,0.25) !important;
  }
  
  .iframe-crop iframe {
    position: absolute;
    top: 52px;          /* 向左移動 */
    width: 1000px;      /* 根據原始 iframe 寬度設定 */
    height: 1000px;     /* 根據原始 iframe 高度設定 */
    border: none;
    border-radius: 30px !important;
  }
