.employee-spotlight-gallery{display:flex;justify-content:center;margin:-15px 0 0 -15px}.employee-spotlight-gallery__image{padding:15px 0 0 15px;width:100%}.employee-spotlight-gallery__image>a{aspect-ratio:1/1;display:block;overflow:hidden;position:relative;width:100%}.employee-spotlight-gallery__image img{display:block;height:100%;left:50%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1.01);transition:transform .2s ease;width:100%}@media (max-width:599px){.employee-spotlight-gallery{flex-direction:column}.employee-spotlight-gallery__image{width:100%!important}}@media (min-width:600px){.employee-spotlight-gallery__image{cursor:hand;cursor:pointer;width:33.333%}.employee-spotlight-gallery__image:hover img{transform:translate(-50%,-50%) scale(1.05)}}@media (min-width:1200px){.employee-spotlight-gallery{margin:-30px 0 0 -30px}.employee-spotlight-gallery__image{padding:30px 0 0 30px}}#lightbox{align-items:center;background-color:rgba(0,0,0,.75);display:flex;height:100%;justify-content:center;left:0;padding:15vmin;position:fixed;top:0;width:100%;z-index:100000}#lightbox img{height:100%;object-fit:contain;width:100%}