.overlay{
    position: fixed;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0,.8);
    z-index: 9999;
    
}

.overlay:target{
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0,.8);
    width: auto;
    height: auto;
    
}

.overlay .close{
    /* position: absolute; */
    margin-top: 50px;
    z-index: 9000;
}

.overlay .gambar{
    /* position: absolute; */
    max-height: 100%;
    max-width: 75%;
    padding: 2%;
    z-index: 9000;
}
