.popup-modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4)}.popup-modal div{padding-bottom:1.0rem}.popup-modal a{cursor:pointer}.popup-modal-content{background-color:transparent;margin:5% auto;padding:1rem 2rem;width:50%;text-align:center}.popup-close{color:#000;float:right;font-size:28px;font-weight:bold}.popup-close:hover,.popup-close:focus{color:black;text-decoration:none;cursor:pointer}@media(max-width:768px){.popup-modal-content{margin:0 auto;padding:4rem 0;width:100%}}