body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    background-color: #050f2b
}

canvas {
    display: block;
    image-rendering: auto
}

.hp-banner-ad-overlay {
    width: 100%;
    height: 65px;
    position: fixed;
    bottom: 0;
    display: flex;
    background-color: #000;
    z-index: 2
}

.bg-img {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.r-180 {
    transform: rotateY(180deg)
}

#fps {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    font-size: 41px
}

#game {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 2;
    background-color: #050f2b
}

#display-ad,
#game {
    position: absolute;
    display: inline-block
}

#display-ad {
    height: 250px;
    width: 300px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%)
}

#display-ad-l {
    left: 0
}

#display-ad-l,
#display-ad-r {
    position: absolute;
    display: inline-block;
    height: 100%;
    top: 0
}

#display-ad-r {
    right: 0
}

.al-c-h {
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.push-back {
    z-index: 0
}

.pull-forward {
    z-index: 3
}

#wrongRotation {
    display: none;
    z-index: 15;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000
}

#wrongRotation img {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

/*# sourceMappingURL=main.37c18836.css.map */