.gallery__gallery{display:grid;grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem}.gallery__item{position:relative;cursor:pointer}.gallery__item:hover .gallery__play{transform:translate(-50%,-50%) scale(1.1)}.gallery__item:hover .gallery__expand{opacity:1}.gallery__image-wrap{position:relative}.gallery__image-wrap .spin{position:absolute;top:0;right:0;bottom:0;left:0;width:2.5rem;margin:auto}.gallery__image--modal{min-width:7.5rem;min-height:7.5rem}.gallery__image--modal .image__img{max-height:80vh;margin:0 auto;-o-object-fit:contain;object-fit:contain}.gallery__play{top:50%;left:50%;width:3.75rem;height:3.75rem;color:#002cfc;border:3px solid #002cfc;border-radius:50%;transform:translate(-50%,-50%)}.gallery__expand,.gallery__play{position:absolute;z-index:2;font-size:1.25rem;cursor:pointer;transition:all .2s ease-in-out}.gallery__expand{right:.5rem;bottom:.5rem;width:2.5rem;height:2.5rem;color:#fff;background:#002cfc;border-radius:50%}@media(min-width:31.25em){.gallery__gallery{grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}}@media(min-width:56.25em){.gallery__gallery{display:grid;grid-template-rows:repeat(5,auto);grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.gallery__item--1,.gallery__item--3{grid-row:1/3}.gallery__item--2{grid-row:1/4}.gallery__item--4,.gallery__item--6{grid-row:3/6}.gallery__item--5{grid-row:4/6}.gallery__play{width:5rem;height:5rem;font-size:1.875rem}.gallery__expand{opacity:0}}@media(min-width:75em){.gallery__play{width:6.25rem;height:6.25rem;font-size:2.5rem}}@media(min-width:93.75em){.gallery__expand{right:1.5rem}}