.overlay1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay1-content {

    top: 30%;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.overlay-inn{width: auto%; float:left; text-align:center; margin:20px;}

.overlay1 a {
    text-decoration: none;
    font-size:16px;
    color: #818181;
    transition: 0.3s;
	padding-top:08px;
}
.overlay-inn a {
    text-decoration: none;
    font-size:16px;
    color: #818181;
    transition: 0.3s;


}
.overlay-inn p { margin-top:10px;}



.overlay1 a:hover, .overlay1 a:focus {
    color: #f1f1f1;
}

.overlay1 .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
	z-index:999999999999999;
}

@media screen and (max-height: 450px) {
  .overlay1 a {font-size: 16px}
  .overlay1 .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

