.gallery-container{flex-direction:column;align-items:center;width:100%;margin-top:1.25rem;display:flex}.gallery-container .gallery-grid{gap:.625rem;width:100%;display:flex}.gallery-container .gallery-grid .gallery-main{object-fit:cover;cursor:pointer;border-radius:.3125rem;width:65%;height:23.125rem}.gallery-container .gallery-grid .gallery-column{flex-direction:column;gap:.625rem;width:35%;display:flex}.gallery-container .gallery-grid .gallery-column .gallery-side{object-fit:cover;cursor:pointer;border-radius:.3125rem;width:100%;height:11.25rem}.gallery-container .gallery-row{gap:.625rem;width:100%;margin-top:.625rem;display:flex}.gallery-container .gallery-row .gallery-thumb{object-fit:cover;cursor:pointer;border-radius:.3125rem;width:18%;height:5rem}.gallery-container .gallery-row .gallery-more{color:#fff;cursor:pointer;background:#00000080;border-radius:.3125rem;justify-content:center;align-items:center;width:18%;height:5rem;font-weight:700;display:flex}.lightbox{z-index:1000;cursor:default;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.lightbox .lightbox-image{cursor:default;-webkit-user-select:none;user-select:none;border-radius:.625rem;max-width:90%;max-height:70vh}.lightbox .close,.lightbox .prev,.lightbox .next{color:#fff;cursor:pointer;z-index:1001;background:#0009;border-radius:50%;padding:.625rem;transition:all .3s;position:absolute}.lightbox .close:hover,.lightbox .prev:hover,.lightbox .next:hover{background:#000c}.lightbox .close{top:1.25rem;right:1.25rem}.lightbox .prev{top:50%;left:.625rem;transform:translateY(-50%)}.lightbox .next{top:50%;right:.625rem;transform:translateY(-50%)}.lightbox .lightbox-thumbnails{background:#00000080;border-radius:.5rem;gap:.5rem;padding:.5rem;display:flex;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%)}.lightbox .lightbox-thumbnails .thumbnail{object-fit:cover;cursor:pointer;opacity:.7;border-radius:.25rem;width:3.75rem;height:2.5rem;transition:all .3s}.lightbox .lightbox-thumbnails .thumbnail:hover{opacity:.9;transform:scale(1.05)}.lightbox .lightbox-thumbnails .thumbnail.active{opacity:1;border:.125rem solid #fff;transform:scale(1.1)}@media (max-width:768px){.gallery-container{padding:0 .5rem}.gallery-container .gallery-grid{flex-direction:column}.gallery-container .gallery-grid .gallery-main{width:100%!important;height:200px!important}.gallery-container .gallery-grid .gallery-column{flex-flow:wrap;width:100%!important}.gallery-container .gallery-grid .gallery-column .gallery-side{width:calc(50% - .3125rem)!important;height:100px!important}.gallery-container .gallery-row{flex-wrap:wrap}.gallery-container .gallery-row .gallery-thumb,.gallery-container .gallery-row .gallery-more{font-size:.8rem;width:calc(33% - .5rem)!important;height:80px!important}.lightbox .lightbox-image{max-height:50vh}.lightbox .close,.lightbox .prev,.lightbox .next{padding:.5rem;font-size:1rem}.lightbox .lightbox-thumbnails{gap:.25rem;bottom:1rem}.lightbox .lightbox-thumbnails .thumbnail{width:2.5rem!important;height:1.75rem!important}}
