.c-modal{background:rgba(32,32,32,.6);position:fixed;top:0;bottom:0;left:0;right:0;z-index:80}.c-modal__window{background:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:600px;border-radius:4px;-webkit-box-shadow:0 0 40px rgba(0,0,0,.2);box-shadow:0 0 40px rgba(0,0,0,.2);z-index:90;max-width:90vw;max-height:90vh;overflow:scroll}.c-modal__header{padding:.25em 2em;position:relative;border-bottom:1px solid #d9dde0}.c-modal__header.is-full{padding:0}.c-modal__header.is-full img{max-width:100%}.c-modal__header.is-full .c-modal__close{height:auto}.c-modal__close{position:absolute;top:0;right:0;padding-right:2em;height:100%}.c-modal__media{background:#eaeaea;min-height:200px}.c-modal__content{min-height:300px;padding:1em 2em 2em}.c-modal__footer{border-top:1px solid #d9dde0;padding:2em}