.videoproduct_list{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"title";gap:1rem;align-items:start}@container (width>460px){.videoproduct_list{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"title title"}}@container (width>840px){.videoproduct_list{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-areas:"title title title";gap:1.5rem}}@container (width>1024px){.videoproduct_list{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-areas:"title title title title";gap:1.5rem}}.videoproduct_list__title{grid-area:title;font-size:1.5rem;text-transform:uppercase;text-align:center;padding:2rem 0 1rem 0}