html,body {
    height: 100%;
}

.video-model {
    position: fixed;
    /*display: block;*/
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
	background-color: #222;
    filter:alpha(opacity=97);   
    -moz-opacity:0.99;   
    -khtml-opacity: 0.97;   
    opacity: 0.97;
    z-index: 999999;
    text-align: center;
    border: 0;
}
.mymediaplayer{
    display: inline-block;
    background: #000;
    z-index: 9999999;
}
.mymediaplayer,#mediaplayer,#mediaplayer_wrapper {
    display: inline-block;
    z-index: 9999999;
}

.remove{
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 30px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    border-width: 0px;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 15px 30px;
    border-radius: 0px 0px 0px 40px;
}