.imageBlock{padding:2.5rem 1.5rem;width:100%}@media (min-width:768px){.imageBlock{padding:4rem}}.whiteTheme .imageBlock{background:var(--wwf-colour-white);color:var(--wwf-colour-black)}.greyTheme .imageBlock{background:var(--wwf-colour-grey);color:var(--wwf-colour-black)}.blackTheme .imageBlock{background:var(--wwf-colour-black);color:var(--wwf-colour-white)}.imageBlockInner{margin:0 auto;max-width:1272px;width:100%}.imageBlockHeading{margin:0 0 1.5rem}.imageBlockGrid{display:grid;gap:1.5rem}@media (min-width:768px){.imageBlock--grid-2 .imageBlockGrid,.imageBlock--grid-3 .imageBlockGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.imageBlock--grid-3 .imageBlockGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}.imageBlockItem{min-width:0}.imageBlockImg{aspect-ratio:16/9;border-radius:.75rem;display:block;object-fit:cover;width:100%}.imageBlock--single .imageBlockImg{aspect-ratio:auto;object-fit:contain}.imageBlockCaption{color:#716f6c;font-size:.875rem;margin-top:.5rem}.blackTheme .imageBlockCaption{color:hsla(0,0%,100%,.6)}