#no-foto-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#no-foto-msg {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 24px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
}

* {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

img {
    -webkit-touch-callout: none !important;
    pointer-events: none !important;
    -webkit-user-drag: none !important;
    user-drag: none !important;
}

body {
    -webkit-touch-callout: none !important;
}
