/* /user/themes/quark/css/dynamicCaption.css */

#dynamic-caption {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 40%;
  padding: 12px 16px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  white-space: pre-line;
  z-index: 9999;
  display: none;
}

