/*=========================================================== Common Class Style ===========================================================*/
section { position: relative; } 
video { width: 100%; height: 100%; object-fit: cover; } 
legend { border: 0; } 

canvas { position: fixed; } 
picture { display: inline-flex; } 

.thumb img { width: 100%; } 
.thumb.cover img { width: 100%; height: 100%; object-fit: cover; } 

#container { width: 100%; max-width: var(--max-width); position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; gap: 50px; } 

#container .header {justify-self: center; max-width: 460px;}

#container .tbl { display: flex; gap: 30px; justify-self: center; } 
#container .tbl li { } 
#container .tbl li a.thumb { display: block; } 
#container .tbl li a.thumb img { } 

@media (max-width:575.98px) {
    #container {padding: 0 20px;}
}