@charset "utf-8";

/* CSS Document */



body {
    padding: 0;
    margin: 0;
    background: #000;
}
body, canvas, div {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.iframecontent {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;

    top: 0px;
    left: 0px;
    right: 0px;
    /*pointer-events: none;*/
}