body, html { margin: 0; padding: 0; height: 100%; overflow: hidden; background: #000; }
.video-container {
    width: 100vw; height: 100vh;
    perspective: 1000px;
    display: flex; justify-content: center; align-items: center;
}
#pixo {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease-out;
}