.gallery-wrap{display:flex;flex-direction:row;height:65vh;width:100%}.item{background-position:50%;background-repeat:none;background-size:cover;filter:brightness(.7);flex:1;height:100%}.item,.item:hover{transition:flex .8s ease}.item:hover{filter:brightness(1);flex:7}.gallery.style-two{gap:20px;grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.gallery{display:flex;gap:0;margin:0 auto}.gallery-item{cursor:pointer;transition:transform .3s;width:33.33%}.gallery-item:hover{transform:scale(1.03)}.gallery-item img{box-shadow:0 2px 5px rgba(0,0,0,.2);height:auto;object-fit:cover;width:100%}.lightbox{align-items:center;background-color:rgba(0,0,0,.8);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.lightbox-content{max-height:90%;max-width:90%}.lightbox-content img{box-shadow:0 0 20px rgba(0,0,0,.5);display:block;margin:0 auto;max-height:90vh;max-width:100%}.lightbox-caption{color:#fff;font-size:1.2em;margin-top:15px;text-align:center}.close-btn{right:30px;top:20px}.close-btn,.next-btn,.prev-btn{color:#fff;cursor:pointer;font-size:40px;font-weight:700;position:absolute}.next-btn,.prev-btn{padding:10px;top:50%;user-select:none}.prev-btn{left:30px}.next-btn{right:30px}@media screen and (max-width:767px){.gallery-item{width:100%}.gallery{flex-wrap:wrap}}