.rv-acf-gallery.layout-grid{display:grid;gap:var(--rv-gap);grid-template-columns:repeat(var(--rv-cols-desk),1fr)}@media (max-width:1024px){.rv-acf-gallery.layout-grid{grid-template-columns:repeat(var(--rv-cols-tab),1fr)}}@media (max-width:768px){.rv-acf-gallery.layout-grid{grid-template-columns:repeat(var(--rv-cols-mobile),1fr)}}