.vgm{padding:20px}.vgm,.vgm *,.vgm :after,.vgm :before{box-sizing:border-box}.vgm__header{margin:0 auto 32px;max-width:900px;text-align:center}.vgm__header :first-child{margin-top:0}.vgm__header :last-child{margin-bottom:0}.vgm__grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}@media (max-width:900px){.vgm__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.vgm__grid{grid-template-columns:1fr}}.vgm__item{aspect-ratio:9/16;background:#000;border-radius:8px;overflow:hidden;position:relative;width:100%}.vgm__video{display:block;height:100%;object-fit:cover;width:100%}