
#mainPreroll {
    position: relative;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

.mobile-game #mainPreroll {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10005;
}

#content{
    position: absolute;
    top: 0px;
    left: 0px;
    right :0;
    bottom: 0;
    /*width: 640px;
    height: 360px;*/
    
    border: 0;
    height: auto;
    max-width: 100%;
}

#adContainer {
    position: absolute;
    top: 0;
    left: 0;
    right :0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#adContainer iframe {    
    width: 100%;
    height: 100%;
}

#contentElement
{
    width: 100%;
    height: 100%;  
    overflow: hidden;
}

#game {margin: 0px auto;padding: 20px;box-sizing: border-box;
    background-color: #4f4545;}

#prerollBG
{
    position: absolute;
    top:0;
    left: 0;
    right :0;
    bottom: 0;
    z-index: 9999;
    background: #586f72;
}

#prerollBG .preroll-message{
    font-size: 2.5em;
    font-family: Abel;
    color: white;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#prerollBG .preroll-logo {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    height: auto;
}

#prerollBG .preroll-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    height: auto;
}