.video-grid{align-items:center;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.video-grid .video-player:first-child{grid-column:span 2;grid-row:span 2}@media screen and (max-width:1000px){.video-grid{grid-row:span 1;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:800px){.video-grid{grid-column:span 1;grid-template-columns:1fr}}