._container_1hkzf_1 {
  overflow: hidden;
  border-radius: var(--mantine-radius-sm);
  box-shadow: inset 0 0 1px var(--mantine-color-dark-4);
  position: relative;
  backdrop-filter: blur(var(--mantine-radius-sm));
}

._canvas-wrapper_1hkzf_9 {
  width: 100cqw;
  height: 100cqh;
}

._overlay_1hkzf_14 {
  position: absolute;
}

._caption_1hkzf_18 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  line-height: 1;
  padding: var(--mantine-spacing-xs);
  background: color-mix(in srgb, var(--mantine-color-dark-6), transparent 50%);
  backdrop-filter: blur(5px);
  text-shadow: 0 calc(0.0625rem * var(--mantine-scale)) calc(0.125rem * var(--mantine-scale)) #000a;
  column-gap: var(--mantine-spacing-xs);
}

._caption_1hkzf_18 ._title_1hkzf_30 {
    font-weight: bold;
  }

._fullscreen_1hkzf_35 {
  background: var(--mantine-color-dark-8);
}

._fullscreen_1hkzf_35 ._canvas-wrapper_1hkzf_9 {
    width: 100%;
    height: 100%;
  }
