div#map_arobscreenshot_popup {
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 1000;
    background-color: white;
    padding: 20px;
    max-width: 768px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    /* border: 2px solid rgba(0,0,0,0.2); */
    box-shadow: 2px 4px 14px 1px black;
}

.easy-button-container.leaflet-control span.screenshot {
    position: absolute;
    top: 0px;
    left: 5px;
    height: 30px;
    width: 20px;	
    background-image : url('assets/photo-camera.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;}

#map_arobscreenshot {
    position: relative;
}

#map_arobscreenshot img{
    width: 100%;
}

#map_arobscreenshot button{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    background-color: #f9f9f9;
    box-shadow: 2px 1px 9px 0px #0a0a0a;
}
    