.cmp-gallery-app .cmp-gallery-app__container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:.5rem;gap:.5rem;margin:2rem auto}@media (max-width:900px){.cmp-gallery-app .cmp-gallery-app__container{grid-template-columns:1fr 1fr}}@media (max-width:320px){.cmp-gallery-app .cmp-gallery-app__container{grid-template-columns:1fr}}.cmp-gallery-app .cmp-gallery-app__go-back{background:none;border:none;padding:.5rem;cursor:pointer;font-weight:600}.cmp-gallery-app .cmp-gallery-app__go-back:hover{text-decoration:underline}.cmp-gallery-app .cmp-gallery-app__image-item{transition:filter 50ms ease;width:100%;height:auto;max-height:200px;cursor:pointer;object-fit:cover;margin:auto}.cmp-gallery-app .cmp-gallery-app__image-item:hover{filter:brightness(1.1)}.cmp-gallery-app__folder-cover{height:min-content;margin:auto;position:relative;cursor:pointer;background:none;border:none;height:100%;width:100%}.cmp-gallery-app__folder-cover h3{font-size:1rem;position:absolute;height:max-content;margin:auto;bottom:0;left:0;right:0;color:#fff;width:100%;background-color:rgba(0,0,0,.8);transition:bottom .25s cubic-bezier(.075,.82,.165,1)}.cmp-gallery-app__folder-cover:hover h3{bottom:50%}