.lightBox{background:rgba(0,0,0,.9);height:100vh;opacity:0;overflow:hidden;position:fixed;top:0;transition:all .3s ease-in;visibility:hidden;width:100vw;z-index:999999999999}.lightBox.active{opacity:1;visibility:visible}.lightBox .nextBtn,.lightBox .prevBtn{align-items:center;display:flex;height:100%;justify-content:center;position:absolute}.lightBox .nextBtn svg,.lightBox .prevBtn svg{background:0 0;border:1px solid #fff;border-radius:50%;color:#fff;cursor:pointer;height:45px;padding:6px;transition:all .3s ease-in;width:45px}.lightBox .nextBtn svg:hover,.lightBox .prevBtn svg:hover{background:hsla(0,0%,100%,.8);color:#000}.lightBox .nextBtn{right:5%}.lightBox .prevBtn{left:5%}.lightBox .row{min-height:100%}.lightBox svg#lightBox--closeBtn{color:#fff;cursor:pointer;height:45px;position:absolute;right:5%;top:3%;width:45px;z-index:2}.lightBox .img{background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;height:100%;width:100%}.lightBox figure{height:90vh}.gallery{margin-top:5rem}.gallery .img_card{border:1px solid #fff;cursor:pointer}.gallery .img_card img{aspect-ratio:1/1;object-fit:cover;width:100%}.gallery .img_card a{text-decoration:none}.gallery .img_card figure{position:relative}.gallery .img_card figure svg{color:#fff;height:25px;left:50%;top:50%;transform:translate(-50%,-50%);visibility:hidden;z-index:3}.gallery .img_card figure:after,.gallery .img_card figure svg{opacity:0;position:absolute;transition:all .3s ease-in;width:100%}.gallery .img_card figure:after{background-color:rgba(0,0,0,.7);content:"";height:100%;left:0;top:0;visibility:visible;z-index:2}.gallery .img_card figure:hover:after,.gallery .img_card figure:hover svg{opacity:1;visibility:visible}