.gallery{background-color:#fff;padding:24px;border-radius:10px;display:grid;grid-gap:48px;grid-template-columns:1fr}@media(min-width: 600px){.gallery{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1000px){.gallery{grid-template-columns:repeat(3, 1fr)}}.gallery__figure{position:relative;overflow:hidden;border-radius:10px}.gallery__figure__img{width:100%;height:auto}.gallery__figure__figcaption{transition:opacity ease-in-out 250ms;position:absolute;bottom:0;left:0;right:0;max-height:100%;overflow:auto;padding:12px 24px;background-color:rgba(255,255,255,.7);opacity:0;color:#6c5ffc;word-break:break-word}.gallery__figure:hover .gallery__figure__figcaption{opacity:1}/*# sourceMappingURL=gallery.css.map */
