#angie-lightbox-420cb6a6 {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}
#angie-lightbox-420cb6a6.active {
    display: flex;
}
#angie-lightbox-420cb6a6 img {
    max-width: 90vw;
    max-height: 90vh;
    box-shadow: 0 5px 25px rgba(0,0,0,0.5);
    border-radius: 8px;
    animation: angie-zoom-in-420cb6a6 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes angie-zoom-in-420cb6a6 {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
