#dark {
position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    text-align: center;
	background: rgba(0,0,0,0.6);
    display: none;
}

#dark img {
    margin-top: 10%;
    border: 6px solid #1d70a4;
    border-radius: 12px;
    cursor: zoom-out;
}

#dark p {
	text-align:right; 
	color:#fff; 
	margin-right:20px; 
	font-size:18px; 
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    #dark img {
        width: 90%;
        height: auto;
    }


