.gallery-lightbox{display:grid;grid-column-gap:1rem;grid-row-gap:1rem;margin-top:1.5rem}@media screen and (min-width: 544px){.gallery-lightbox{grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width: 768px){.gallery-lightbox{grid-template-columns:1fr 1fr 1fr 1fr}}.gallery-lightbox-item{border:3px solid rgba(0,0,0,0);margin:auto;position:relative;transition:border .25s;overflow:hidden}.gallery-lightbox-item:hover,.gallery-lightbox-item:focus-within{border:3px solid #900}.gallery-lightbox-item:hover .gallery-lightbox-item__expand,.gallery-lightbox-item:focus-within .gallery-lightbox-item__expand{bottom:10px}.gallery-lightbox-item__media{display:block}.gallery-lightbox-item__expand{display:block;position:absolute;right:10px;bottom:-35px;transition:bottom .25s;border:0;padding:0;margin:0;width:32px;height:32px;cursor:pointer;background:rgba(255,255,255,.9);border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.gallery-lightbox-item__expand svg{width:100%;height:100%;display:block}.gallery-lightbox-item__expand:hover{background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.3)}.gallery-lightbox__title{font-size:1rem;font-weight:normal}@media screen and (min-width: 1024px){.gallery-lightbox__title{font-size:1.5rem}}#cboxLoadedContent{background:#000}