/*Stylesheet*/
body,html{
    padding:0;
    margin:0;
    overflow:hidden;
    background-color: #000000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*with out this line ios safari in gd splash preloader has issue with dimmed box from splash preloader button */
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
}

#orientation {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    z-index: -9999 !important;
    opacity: 0 !important;
}