.gallery{grid-gap:3%;display:grid;grid-template-columns:repeat(auto-fit,minmax(30.333%,30.33%));width:100%}.gallery__image{align-items:center;border-radius:10px;box-shadow:0 2px 2px 0 rgba(0,0,0,.07),0 4px 4px 0 rgba(0,0,0,.07),0 8px 8px 0 rgba(0,0,0,.07);color:#fff;display:flex;font-size:30px;height:200px;justify-content:center;margin-bottom:10px;overflow:hidden;width:100%}.gallery__image img{font-family:"object-fit: cover;";height:100%;object-fit:cover;width:100%}.gallery__overlay{background:rgba(0,0,0,.8);bottom:0;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:100000}.gallery__overlay .close{height:48px;justify-content:center;padding:0;position:fixed;right:1rem;top:1rem;width:48px;z-index:2}.gallery__image--wrapper,.gallery__overlay .close{align-items:center;display:flex;flex-direction:row}.gallery__image--wrapper{height:auto;justify-content:space-around;min-height:100vh;padding-bottom:20px;padding-top:20px;text-align:center;width:100%}.gallery__image--wrapper img{height:fit-content;height:auto;max-width:1000px;width:100%}