.custom-image-gal{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 auto;width:100%}.custom-gal-item{border-radius:15px;margin:1%;overflow:hidden;width:31%}.custom-gal-image-thumb img{cursor:pointer;transition:all .3s ease;width:100%}.custom-gal-image-thumb:hover img{cursor:pointer;transform:scale(1.1);transition:all .5s ease;width:100%}.custom-gal-modal{background-color:rgba(5,10,15,.8);display:none;height:100vh;left:0;overflow:hidden;position:fixed;top:0;transition:all .3s ease;width:100vw;z-index:999}.custom-gal-item.modal-open .custom-gal-modal{display:block}.custom-gal-modal-content{background:#fff;left:50%;max-width:600px;padding:30px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.custom-gal-modal-content h2,.custom-gal-modal-content h3,.custom-gal-modal-content h4{color:#0f7ec2}.custom-gal-modal-content a{color:#f58320}span.close-modal{color:#fff;cursor:pointer;display:block;display:none;font-size:30px;padding:40px;position:absolute;right:0;top:100px}@media(max-width:950px){.custom-gal-item{margin:1%;width:48%}.custom-gal-modal-content{max-width:950px;width:70%}.custom-gal-modal-content p{font-size:16px;line-height:1.4}}@media(max-width:480px){.custom-gal-item{margin:1%;width:98%}.custom-gal-modal-content{max-width:480px;width:70%}.custom-gal-modal-content p{font-size:15px;line-height:1.4}}