#modal{position:fixed;z-index:10;inset:0;width:100%;height:100%;align-items:center;justify-content:center;display:flex}#modal .backdrop{position:absolute;z-index:0;inset:0;background-color:rgba(17,17,17,.7)}#modal .modal_container{z-index:2;width:100%;max-width:800px;height:100%}@media only screen and (min-width:768px){#modal .modal_container{width:90%;height:90%;max-height:800px}}