.gallery{padding:2em 0;columns:3;width:99%}@media only screen and (max-width:800px){.gallery{columns:2}.img--mobile{width:100%}}@media only screen and (max-width:500px){.gallery{columns:1}.img--mobile{width:100%}}.gallery__image{display:block;max-width:100%;margin-bottom:1em}.gallery__image-img{max-width:100%}.gallery__overlay{position:fixed;top:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:100000}.gallery__image--wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1000px;color:#fff}.wrapper2{position:relative}.gallery__overlay .close{position:absolute;top:-40px;background:transparent;color:rgba(255,255,255,0.5);font-size:1.5rem;border:transparent;border-radius:10px;display:inline-block;-webkit-transform:scale(1.5,1);-moz-transform:scale(1.5,1);-ms-transform:scale(1.5,1);-o-transform:scale(1.5,1);transform:scale(1.5,1)}.gallery__image--popup{height:90vh}