
  .video.svelte-3rfu6j {
    display: flex;

    & > div:where(.svelte-3rfu6j) {
      width: 100%;
      margin-right: auto;
    }
  }

  iframe.svelte-3rfu6j {
    border: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .loading.svelte-3rfu6j,
  .hourglass.svelte-3rfu6j {
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--vats-text);
    color: var(--vats-text-inverse);
  }
