body,
html {
    margin: 0;
}

#myElement {
    height: 100vh !important;
}

#video_overlays {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 1000;

}

.player_ads {
    margin: 0 auto;
    position: relative;
    width: 300px;
    bottom: -20px;
    text-align: center;
}

.player_ads .close_ads {
    position: absolute;
    top: 0;
    right: 0;

}

#player p {
    color: black;
}

#player7_code {
    position: relative;
    z-index: 10;
    height: 0px;
    opacity: 1;
    transition: opacity 0.2s;
}

#player7_code_static {
    opacity: 1;
    cursor: pointer;
    position: relative;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    transition: opacity 0.2s;
    top: -123px;
}

.container {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: block;
    cursor: pointer;
    z-index: 99999999;
}

.popupfancy {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: block;
    cursor: pointer;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.36);
}

.playervideo {
    position: relative;
}

button.logo-1 {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
}

.skipads {
    position: absolute;
    bottom: 100px;
    right: 100px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
    text-decoration: underline;
    color: #fff;
    background-color: #272626;
    border-radius: 5px;
    border: 2px solid #3b1314
}

.showAds {
    position: absolute;
    top: 100px;
    right: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #fff;
    background-color: #272626c0;
    border-radius: 5px;
    border: 2px solid #b1acac;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
}

#linkAds {
    color:rgba(255, 231, 17, 0.781);
    text-decoration: none;
}

#adsclick {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

#fixMov {
    position: absolute;
    font-family: Arimo, Arial, Helvetica, 'Lucida Grande', sans-serif;
    color: #47A3F6;
    font-size: 2em;
    background-color: black;
    border-radius: 3px;
    padding: 7px;
}

#fixMov:hover {
    cursor: pointer;
}
body.body{
    margin:0px; background-color:black;
}