/********************************
 * fn: collage.css
 * by: danConcepcion
 * dt: 11MAY25@1051hs
 * ws: elitedaycarecenter.com
 * pc: Nick the Barber
 *******************************/

#collage img.open {
    height: auto;
    max-width: 1024px;
    width: auto;
    z-index: 50;
}

/* #closeMaskButton {
    background: #fff;
    border: 1px solid #363042;
    border-radius: 65%;
    color: #363042;
    font: bold 20px Arial;
    height: 14px;
    padding: 5px 9px 12px 9px;
    position: absolute;
    right: 20px;
    top: 20px;    
    width: 14px;
}

#mask { display: none; }
    #mask.opened {
        background: #363042;
        display: block;
        height: 100%;
        left: 0px;
        position: absolute;
        opacity: 75%;
        top: 0px; 
        width: 100%;
        z-index: 100;
    } */