.modal-window{position:fixed;background-color:rgba(90,90,90,.25);top:0;right:0;bottom:0;left:0;z-index:999;visibility:hidden;opacity:0;pointer-events:none;transition:all .3s}.modal-window.show,.modal-window:target{visibility:visible;opacity:1;pointer-events:auto}.modal-window>div{width:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff}.modal-window>div.modal-med{width:500px}.modal-window>div.modal-large{width:600px}.modal-window header{font-weight:700}.modal-window h1{font-size:150%;margin:0 0 15px}.modal-close{line-height:50px;font-size:80%;position:absolute;right:0;text-align:center;top:0;width:70px;text-decoration:none}.modal-close:hover{color:#000}@media(max-width:768px){.modal-window>div,.modal-window>div.modal-large,.modal-window>div.modal-med{width:100%}.modal-window>div,.modal-window>div.modal-med .modal-window>div.modal-large{width:100%}}