.abs.mask-circ {
    background-image: url(/wp-content/uploads/2023/09/shift-london-cirle.png);
}

.hero.circular .full-h {
    background-color: #173B3B;
    color: #ffffff;
}

section.lightbox {
    display: block!important;
}

.mask-over {
    pointer-events: none; 
}

.hero.circular .flexed .flexed {
    gap: 20px; 
}

section.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms; 
    opacity: 0; 
    pointer-events: none;
}

.lightbox .veridian {
    background-color: rgba(23, 59, 59, 0.7)
}

.lightbox .outer-cont, .lightbox .cont {
    height: 100%;
}

.lb-exit.abs {
    width: 30px;
    height: 30px;
    top: 10%;
    left: auto;
    right: 10%;
    background: url(/wp-content/uploads/2023/09/shiftexit.png);
    cursor: pointer; 
    background-size: contain; 
    background-position: center; 
    background-repeat: no-repeat; 
}

section.lightbox.active {
    opacity: 1; 
    pointer-events: all; 
}

