.videos-grid{grid-gap:60px 30px;display:grid;margin:30px auto 60px}.videos-grid.grid4{grid-template-columns:repeat(4,1fr)}.videos-grid.grid3{grid-template-columns:repeat(3,1fr)}.videos-grid.grid2{grid-template-columns:repeat(2,1fr)}.videos-grid.grid1{grid-template-columns:1fr}@media screen and (max-width:1150px){.videos-grid.grid4{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:940px){.videos-grid.grid3,.videos-grid.grid4{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:550px){.videos-grid.grid2,.videos-grid.grid3,.videos-grid.grid4{grid-template-columns:1fr}}