html{
    color-scheme: light dark;
    font-family: system-ui
}
#videolist{
    display: flex;
    flex-wrap: wrap;
}
.videoel{
    display: flex;
    flex-direction: column;
    margin: 5px
}

.thumb{
    max-width: 45vw;
}