.lightbox-image-grid{display:flex;flex-wrap:wrap;justify-content:flex-start}.lightbox-image-grid a.image-box{overflow:hidden;position:relative}.lightbox-image-grid a.image-box .image{background-position:50%;background-size:cover;border:0;overflow:hidden;padding-bottom:100%;transform-origin:center top;transition:.35s;width:100%}.lightbox-image-grid a.image-box:hover .image{transform:scale(1.1)}.lightbox-image-grid a.image-box:hover .image:before{background-color:#003a5a66;content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:480px){.lightbox-image-grid{flex-direction:column}.lightbox-image-grid .image-box{width:100%!important}}