.block-child-gallery .gallery-item a::before{transition:opacity .3s ease-out;opacity:0;content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;mix-blend-mode:hard-light;background:linear-gradient(0deg,#afc4d8 0%,#afc4d8 100%)}.block-child-gallery .gallery-item a:hover::before{opacity:1}.block-child-gallery{margin:var(--spacing-xl) 0}.block-child-gallery .gallery-item a{position:relative;display:flex;height:100%;width:100%;overflow:hidden;transition:none;background-image:none;padding:0}@media(min-width:1024px){.block-child-gallery .gallery-item a:hover img{transform:scale(1.015)}.block-child-gallery .gallery-item a:hover::before{opacity:1}}.block-child-gallery .gallery-item img{max-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-in-out}.block-child-gallery__content{display:grid;grid-gap:var(--spacing-2xs);grid-template-columns:repeat(2,1fr)}@media(min-width:1024px){.block-child-gallery__content{grid-gap:var(--spacing-s)}}.block-child-gallery__content .gallery-item{aspect-ratio:16/9}.block-child-gallery--masonry .block-child-gallery__content{--child-gallery-masonry-columns:2;position:relative}.block-child-gallery--masonry .gallery-item{width:100%;aspect-ratio:auto}.block-child-gallery--masonry .block-child-gallery__content.is-masonry-ready{display:block}.block-child-gallery--masonry .block-child-gallery__content.is-masonry-ready .gallery-item{position:absolute;top:0;left:0}