.it-gallery__grid{display:grid;margin-top:var(--it-spacing-content);grid-template-columns:repeat(2,1fr);gap:var(--it-spacing-default)}.it-gallery__grid a{display:inline-block;position:relative;aspect-ratio:1/1;overflow:hidden}.it-gallery__grid a:first-child{aspect-ratio:2/1;grid-column:1/-1}.it-gallery__grid a:nth-child(n+5){display:none}.it-gallery__grid img{width:100%;height:100%}.it-gallery__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--it-color-accent);color:var(--it-color-accent-greyed);box-shadow:0 .5rem 1.5rem rgba(255,214,10,.09);pointer-events:none;transition:transform var(--it-transition)}.it-gallery__play:before{content:"";position:absolute;width:3.75rem;height:3.75rem;border-radius:50%;background:rgba(255,255,255,.22);z-index:-1}.it-gallery__play svg{width:.9375rem;height:auto;margin-left:.125rem}@media (min-width:783px){.it-gallery__play{width:5.5rem;height:5.5rem}.it-gallery__play:before{width:7.5rem;height:7.5rem}.it-gallery__play svg{width:1.8125rem;margin-left:.25rem}}.it-gallery__grid a:first-child:hover .it-gallery__play,.it-gallery__grid a:first-child:focus-visible .it-gallery__play{transform:translate(-50%,-50%) scale(1.05)}.it-gallery__more{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;background:rgba(15,30,53,.55);font-family:var(--it-font-display);font-size:clamp(1.75rem, calc(1.75rem + (1vw - 6.4px) * 1.5), 2.5rem);color:var(--it-color-linen);pointer-events:none}@media (min-width:783px){.it-gallery__grid{gap:var(--it-spacing-columns);grid-template-columns:repeat(3,1fr)}.it-gallery__grid a{aspect-ratio:352/264}.it-gallery__grid a:first-child{grid-column:1/-1;aspect-ratio:1120/480}}