.welcome-dialog{display:flex;flex-direction:column;justify-content:flex-start;margin:0 auto;font-family:var(--base-font);font-size:100%;max-width:95%;padding-top:24px;color:#444;line-height:22px}.welcome-dialog-title{font-size:1.7em;margin-bottom:24px;color:#444}.welcome-dialog-text{font-size:1rem;margin-bottom:24px}@media only screen and (max-width:768px) and (orientation:portrait){.welcome-dialog{display:none}}