#videoWrap {
    position: relative;
    width: 100%;
}

#placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-dark, #0b0c10);
    color: #94a3b8;
}

#videoPlayer {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

#tlkio {
    width: 100%;
    min-height: 200px;
}
