ul.no_more_ul { background-color: rgba(0,0,0,0.9); width: 100vw; height: 100vh; position: fixed; z-index: 10001; padding: 0; margin: 0; display: none;}

ul.no_more_ul li {width: 45vh; padding: 2vh; color: #fff;  margin-left: auto; margin-right: auto; left: 0; right: 0; list-style: none; text-align: center;  font-family: avenirnextbold; font-size: 3vh; margin-top: 30vh; 
text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(35,34,35,0.10), 0px 18px 23px rgba(0,0,0,0.1);}

ul.no_more_ul li a {cursor: pointer; background-color:  #111; padding: 1vh 2vh; display: block; width: 10vh; margin-top: 2vh; margin-left: auto; margin-right: auto; border-radius: 2vh; font-family: avenirnextbold; font-size: 2.5vh; border: 1px solid #555;}
ul.no_more_ul li a:hover {opacity: 0.5;}











