	/* Fullscreen black overlay */

div#offcanvasMenu {
    z-index: 99999 !important;
}
div#menuHambergur {
    z-index: 99998 !important;
}


#eye-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9990; /* Above everything */
    overflow: hidden;
}

/* Centered eye image */
#eye-image {
    width: 10vw; /* Small start size */
    max-width: 300px; min-width: 300px;
    opacity: 1;
    transform-origin: center;
}




@media screen and (max-width:600px){
	
	#eye-image {
    width: 150px;
    max-width: 100%;
    min-width: 150px;
    opacity: 1;
    transform-origin: center;
}
}