﻿/* 整個內容方塊 */
.indexVideo9 {
    --title-align: left;

    /* --For simpleBar Start-- */
    --content-height-without-heading: auto;
    --whole-block-height: auto;
    /* --For simpleBar End-- */

    height: var(--whole-block-height);
}

    /* 內容方塊標題文字 (h2) */
    .indexVideo9 .blockTitle {
        text-align: var(--r-index-block-title-align, --title-align);
    }

        .indexVideo9 .blockTitle h2 {
        }

        /* 內容方塊標題超連結 */
        .indexVideo9 .blockTitle a {
        }

    /* 影片容器，每個影片都放在裡面 */
    .indexVideo9 .loopElementList {
        /*height: var(--content-height-without-heading);*/
    }

    .indexVideo9 .elementContainer {
        padding: var(--r-container-padding, 1em);
    }

    .indexVideo9 .eachMedia {
        overflow:hidden;
    }

        .indexVideo9 .eachMedia > iframe
        {
            max-width : 100%;
            height: auto;
            width: 100%;
            aspect-ratio: 1920 / 1080;

        }

        .indexVideo9 .eachMedia > video {
            max-width: 100%;
            height : auto;
        }

        .indexVideo9 .showMoreLoopElements {
        }

 .indexVideo9 .more {
        text-align: right;
        font-weight: 700;
        font-size: 1.5em;
        margin-right: 2em;
        font-style: italic;
        line-height: 2;
    }

@media (max-width: 480px) {
  iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
