.streamit-mega-player-wrap {
    width: 100%;
    max-width: 100%;
    background: #000;
    position: relative;
    margin: 20px 0;
}
.streamit-mega-video {
    width: 100%;
    height: auto;
    display: block;
    background: #000;
}
.streamit-mega-status {
    color: #fff;
    background: #111;
    padding: 14px 16px;
    font-size: 14px;
}
.streamit-mega-status.is-error {
    background: #7a1111;
}
.streamit-mega-status.is-ready {
    display: none;
}
.streamit-mega-admin-notice {
    padding: 14px 16px;
    margin: 16px 0;
    border: 1px solid #dba617;
    background: #fff8df;
    color: #2c2c2c;
    font-size: 14px;
}
