.popup{display:none;position:fixed;z-index:99999;left:0;right:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0);background-color:rgba(0,0,0,.4);margin:0}.close{color:#fff;right:2%;font-size:28px;font-weight:700;position:absolute}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer}.popup-content{position:relative;margin:2% auto;padding:0;width:50%;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);animation-name:animatetop;animation-duration:.4s;background:0 0}.popup-content img{width:100%}@keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}@media only screen and (max-width:992px){.popup-content{margin:20% auto;width:95%}}