.status-preview-frame {
    max-width: 280px;
    margin: 0 auto;
    aspect-ratio: 9 / 16;
    background: #111;
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-preview-frame video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
