*{box-sizing:border-box}#gallery{column-gap:5px;column-width:300px;min-height:100vh;padding:5px;position:relative}#gallery img{cursor:pointer;max-height:900px;width:100%}.lightbox{background:#fff;bottom:0;display:none;flex-direction:column;left:0;max-height:100vh;max-width:100vw;padding:2rem;position:fixed;right:0;top:0}.light-box>*,.lightbox{z-index:999999999}.lightbox img{max-height:100%;object-fit:contain;object-position:center;transform-style:preserve-3d}.lb-content{align-items:center;background:#fff;display:flex;flex:1;gap:1.5rem;justify-content:center}[class^=arrow]{align-items:center;background:rgba(0,0,0,.4);border:1px solid #fff;display:grid;font-size:1.25rem;font-weight:700;padding:1rem 1.5rem;place-content:center;text-align:center;width:50px}.close,[class^=arrow]{color:#fff;cursor:pointer}.close{aspect-ratio:1;background:rgba(2,125,185,.4);border-radius:50%;display:flex;display:grid;font-size:1.5rem;height:50px;margin:20px 20px 5px auto;place-items:center;position:absolute;right:20px;text-align:right;top:0;width:100%;width:50px;z-index:1000000000}.gallery-item{border:4px solid #fff;display:grid;overflow:hidden}.gallery-item img{transition:all .3s ease}.gallery-item img:hover{transform:scale(1.1)}.gallery-item>*{grid-column:1/1;grid-row:1/1}.gallery-item:hover .details{transform:translateZ(0)}.details{align-self:flex-end;background:rgba(2,125,185,.8);display:flex;flex-direction:column;font-size:1.5rem;font-size:1rem;gap:1rem;isolation:isolate;margin:1.5rem;min-width:50%;padding:1rem .5rem;transition:all .3s ease;width:min-content}.details,.job-location a,.job-name a{color:#fff;font-weight:700}@media screen and (min-width:640px){.details{transform:translate3d(0,200%,0)}}