﻿.mejs__overlay-error {
    width:100%;
    height:100%;
}

.mejs__overlay-error img {
    width: 100%;
    height: 100%;
}

.mejs__cannotplay {
    display: none !important;
}

.mejs__controls {
    background: #888 !important;
}

.mejs-stream-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    z-index:9999;
}

.mejs-error-pannel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 998;
    display: none;
}

.mejs-error-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    background: #000;
    opacity:0.4;
}

.mejs-error-tip {
    position: absolute;
    bottom: 20%;
    color: white;
    font-size: 20px;
}