/*
 Theme Name: Twenty Sixteen Child
 Template: twentysixteen
*/


/* Lightbox overlay */
.lightbox-overlay {
    display:none;
    position:fixed;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,.8);
    justify-content:center;
    align-items:center;
    z-index:9999;
}
.lightbox-overlay img {
    max-width:90%;
    max-height:90%;
    box-shadow:0 0 15px #000;
}

