.modal{align-items:center;background:rgba(0,0,0,.6);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.2);max-width:800px;overflow:hidden;padding:0;position:relative;width:90%}.close-btn{color:#fff;cursor:pointer;font-size:20px;left:10px;position:absolute;top:10px;z-index:2}.width-100-auto{width:100%}@media only screen and (min-width:767px){.width-100-auto{width:fit-content}}