.galleryThumb{position:relative;width:100%;border-radius:var(--24);overflow:hidden}.galleryThumb:hover .galleryThumb__overlay{opacity:1;pointer-events:auto}.galleryThumb--1 .galleryThumb__picture{aspect-ratio:16/9;object-fit:cover;height:100%}.galleryThumb--2 .galleryThumb__picture{aspect-ratio:4/3;object-fit:cover;height:100%}.galleryThumb--3 .galleryThumb__picture{aspect-ratio:1/1;object-fit:cover;height:100%}.galleryThumb--4 .galleryThumb__picture{aspect-ratio:4/5;object-fit:cover;height:100%}.galleryThumb__picture{width:100%;display:flex}.galleryThumb__img{object-fit:cover}.galleryThumb__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:9;opacity:0;transition:opacity .3s ease-out;pointer-events:none;background:linear-gradient(180deg,hsla(0,0%,100%,0) 38.17%,rgba(0,0,0,.27) 67.97%,rgba(0,0,0,.72) 97.77%),linear-gradient(0deg,rgba(39,39,39,.6),rgba(39,39,39,.6))}.galleryThumb__playBtn{z-index:10}