* {
    padding: 0;
    /* 内側余白無し */
    margin: auto;
    /* 外側余白自動 */
    caret-color: transparent;
    /* キャレットと呼ばれる。入力時に表示される縦線 transparentで非表示 */
    scrollbar-width: none;
    /* スクロールバー非表示 */
}

.multiAngleContainer {
    /* 大枠 */
    background: #000000;
    max-height: 100dvh !important;
    max-width: 100dvw !important;
    position: absolute !important;
    padding: 0 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

.multiViewChild {
    aspect-ratio: 16 / 9;
}

.smallClickDiv {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

