.video-container{display:flex;flex-direction:row;flex-wrap:wrap;overflow-y:auto;overflow-x:hidden;position:relative;scrollbar-width:none}.video-item{outline:1px solid lightgray;margin:3px;display:flex;flex-direction:column;box-sizing:border-box;width:368px}.video-item.selected{outline:3px solid white}.video-item .video-header{padding:5px;font-size:medium}.video-item .video-body{position:relative;width:100%;padding-top:56.25%;overflow:hidden}.video-body img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-footer,.video-header{border-top:1px solid #d3d3d3;font-size:small;padding:5px;max-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#youtube:fullscreen{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:4;background:#000}