/* RF_M23_9_2_PUBLIC_ADAPTER_CSS */
.report-gallery-video{
  display:block;width:100%;max-height:min(72vh,680px);object-fit:contain;
  background:#0b251e;border-radius:12px;
}
.report-gallery-video-thumb{
  display:grid;place-items:center;min-width:54px;min-height:42px;
  background:#123f34;color:#fff;border-radius:6px;font-weight:900;font-size:18px;
}
