.GalleryItems{text-align:center;-webkit-column-count:4;column-count:4;-webkit-column-gap:10px;column-gap:10px}@media only screen and (max-width:1000px){.GalleryItems{-webkit-column-count:3;column-count:3}}@media only screen and (max-width:650px){.GalleryItems{-webkit-column-count:2;column-count:2}}.GalleryItems .GalleryItem{-webkit-column-break-inside:avoid;break-inside:avoid;position:relative;margin-bottom:10px;border-radius:10px;overflow:hidden;display:block;text-decoration:none}.GalleryItems .GalleryItem img{width:100%;height:auto;display:block}.GalleryItems .GalleryItem .GalleryItem__caption{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:20px;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;position:absolute;background:rgba(0, 0, 0, 0.7);color:#fff;top:0;left:0;opacity:0;-webkit-transition:.3s opacity ease;-o-transition:.3s opacity ease;transition:.3s opacity ease;font-weight:600;padding:20px}@media only screen and (max-width:1000px){.GalleryItems .GalleryItem .GalleryItem__caption{font-size:16px}}@media only screen and (max-width:650px){.GalleryItems .GalleryItem .GalleryItem__caption{display:none}}.GalleryItems .GalleryItem:active .GalleryItem__caption,.GalleryItems .GalleryItem:focus .GalleryItem__caption,.GalleryItems .GalleryItem:hover .GalleryItem__caption{opacity:1}.mfp-bottom-bar a{margin-top:10px;position:relative;width:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;padding:5px clamp(20px, 3.2vw, 35px);height:clamp(30px, 4vw, 40px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;text-transform:uppercase;text-decoration:none;letter-spacing:.1em;font-weight:900;border:1px solid;border-radius:35px;-webkit-transition:.4s all ease;-o-transition:.4s all ease;transition:.4s all ease;z-index:1;overflow:hidden;font-size:15px;text-align:center;cursor:pointer;margin-inline:auto;color:#fff;border-color:#fff;background:transparent}.mfp-bottom-bar a:active,.mfp-bottom-bar a:focus,.mfp-bottom-bar a:hover{border-color:#e3e8ee;background:#e3e8ee;color:#000}