.cont{
display: none;
text-align: center;
position: absolute;
z-index: 500;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: "none";
}
.black{
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 200;
width: 100%;
height: 100%;
background-color: "#000000";
}

.gallery{
margin-top: 3%;
width: 100%;
height: 700px;
}

.close{
font-size: 15px;
font-family: Tahoma;
cursor: pointer;
color: #ffffff;
}

.title{
font-size: 15px;
font-family: Tahoma;
color: #ffffff;
}