.atlas-maudit-embed {
    position: relative;
    width: 100%;
    height: var(--atlas-maudit-height, 820px);
    min-height: 620px;
    overflow: hidden;
    background: #0d0d13;
    border: 1px solid rgba(48, 48, 61, .9);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}
.atlas-maudit-embed__frame { display:block;width:100%;height:100%;border:0;background:#0d0d13; }
.atlas-maudit-embed--full { width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0; }
@media (max-width:782px){ .atlas-maudit-embed{height:max(var(--atlas-maudit-height,820px),760px);min-height:760px;border-radius:10px}.atlas-maudit-embed--full{width:100%;margin-left:0;margin-right:0} }
