.custom-gallery{display:grid;gap:10px;margin-top:20px}.custom-gallery img{cursor:pointer;transition:transform .3s;width:100%}.custom-gallery img:hover{transform:scale(1.05)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}@media only screen and (max-width:768px){.grid-2,.grid-3,.grid-4,.grid-5,.grid-6{grid-template-columns:1fr 1fr}}.lightbox{align-items:center;background:rgba(0,0,0,.8);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.lightbox-content{max-height:80%;max-width:90%}.lightbox .close{color:#fff;cursor:pointer;font-size:40px;position:absolute;right:40px;top:20px}