.DialogOverlay{background:#2e2e2e;z-index:4000;position:fixed;top:0;left:0;right:0;bottom:0;display:grid;place-items:center;overflow-y:auto;overflow:auto}.DialogContent{background-color:#fff;position:fixed;top:0;left:50%;transform:translate(-50%);z-index:5000;width:100vw;max-width:1074px;height:100vh;overflow-y:scroll}.DialogContent:focus{outline:none}@media (min-width:768px){.DialogContent{top:5vh;bottom:5vh;height:90vh}}