/*we need to style the popup with CSS so it is placed as a common popup does*/
    #popup {
            display:none;
            position:absolute;
            margin:0 auto;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 9999;
	    text-align: right;
    }

#popup img{
box-shadow: 0px 0px 100px #000000;
}

#close{
 font-weight: bolder;
 color: #ed768b;
}
