/* =========================================
   exhibition-movie.css
========================================= */

#video-container {
    width: 100%;
    max-width: var(--brxmv-maxw, 100%);
    margin: 24px auto;
    position: relative;
    padding-top: 56.25%;
    border-radius: 10px;
    overflow: hidden;
    display: flow-root; /* ← これ追加 */
}

#video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}