.video-player.svelte-qu01ts {
    display: block;
    position: relative;
    max-width: 100%;
    border-radius: 36px;
    cursor: default
}

.video-label.svelte-qu01ts {
    color: #ffffff70
}

.controls-overlay.svelte-qu01ts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-content: center;
    justify-items: center;
    border-radius: inherit
}

.video.svelte-qu01ts {
    display: block;
    width: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height: var(--max-height, none)
}

@media (max-width: 768px) {
    .video.svelte-qu01ts {
        min-height: var(--min-height-on-small-tablet, 0px)
    }
}