/* website/app/static/css/home.css */

.viewer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
}

.viewer video {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    background: #000;
}
