* {
    image-rendering: smooth;
}
main p {
    text-align: left;
}
body {
    background-color: black;
}
.container {
    margin: auto;
}
.section {
    margin: 4px;
}
#title {
    font-size: 2vw;
}
.description {
    font-size: 1.5vw;
}
.video {
    width: 50%;
    background-color: black;
    margin: 4px;
}
#upload {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin: auto;
}
.metadata {
    width: 50%;
    margin: 4px;
}
.sector {
    align-items: center;
}
#thumbnail, #previous, #next {
    background-size: 100% 100%;
    width: auto;
    height: 100%;
    aspect-ratio: 16/9;
}
#previous, #next {
    cursor: pointer;
}
.data {
    color: lightgray;
}
.sect p, #description {
    font-size: 1vw;
}
.f {
    display: flex;
}
.col {
    flex-direction: column;
}
.c {
    text-align: center;
}
.u {
    border-bottom: 1px solid white;
}
.hashes {
    display: none;
}
@media screen and (orientation:portrait) {
    .maindeck {
        flex-direction: column;
    }
    .video, .metadata {
        width: 100%;
    }
    #title {
        font-size: 2.5vh;
    }
    .description {
        font-size: 2vh;
    }
    .sect p, #description {
        font-size: 1.5vh;
    }
    #thumbnail {
        display: none;
    }
}