.c-grid{display:grid;grid-template-columns:repeat(var(--grid-desktop,3),1fr)}@media screen and (max-width:1024px){.c-grid{grid-template-columns:repeat(var(--grid-mobile,2),1fr)}}@media screen and (max-width:600px){.c-grid{grid-template-columns:repeat(var(--grid-mobile,1),1fr)}}.c-grid__editorial__image{position:relative;width:100%;max-width:150px;border-radius:100%;overflow:hidden;transform:translateZ(0)}.c-grid__editorial__image:after{content:"";display:block;padding-top:100%}