.gs-video-element-status {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    min-height: 220px;
    aspect-ratio: 16 / 9;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: #f2f2f2;
    color: #222222;
    font: inherit;
    line-height: 1.5;
    text-align: center;
}

.gs-video-element-status[hidden] {
    display: none;
}
