
/* Keep a visible backdrop around mobile galleries and walkthroughs too. */
@media (max-width:760px) {
  #o2c-announcements .o2c-workflow-dialog {
    width:calc(100vw - 24px);
    max-width:calc(100vw - 24px);
    height:calc(100vh - 24px);
    height:calc(100dvh - 24px);
    max-height:calc(100vh - 24px);
    max-height:calc(100dvh - 24px);
    border:1px solid #D5E4DA;
    border-radius:12px;
  }
}
@media (max-width:600px) {
  #o2c-announcements .o2c-gallery-dialog {
    width:calc(100vw - 24px);
    max-width:calc(100vw - 24px);
    height:calc(100vh - 24px);
    height:calc(100dvh - 24px);
    max-height:calc(100vh - 24px);
    max-height:calc(100dvh - 24px);
    border:1px solid #D5D7DA;
    border-radius:12px;
  }
}
