.modal{max-width:100%;padding:0 1rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);height:0;overflow:hidden;display:flex;width:0;box-sizing:border-box;transition:.5s all;background-color:rgba(0,0,0,0.5);opacity:0;z-index:10}.modal.modal--image{max-height:unset}.modal *{box-sizing:border-box}.modal .modal__wrapper{position:relative;margin:auto;width:calc(800px + 2rem);max-width:100%}.modal .modal__content{width:100%;height:0;padding-bottom:66.5%;background:#fff}.modal.modal--image .modal__content{width:100%;height:auto;padding-bottom:0}.modal.active{height:100vh;width:100vw;opacity:1;overflow:auto}.modal iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal img{max-width:100%;display:block}.close-btn{display:flex;justify-content:flex-end;padding:10px;position:absolute;z-index:2;margin:0;cursor:pointer;right:0;background:#c1a575;color:#fff;font-family:'Montserrat',sans-serif}