/* ==========================================================================
   Author's custom styles
   ========================================================================== */

        html, body {
            overflow: hidden;
            width   : 100%;
            height  : 100%;
            margin  : 0;
            padding : 0;
        }

        #renderCanvas {
            width   : 100%;
            height  : 100%;
            touch-action: none;
             image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
        }
        iframe{
            border: 0!important;
            margin: 0;
            padding: 0!important;
        }
        
        #imgpreloader{
            overflow:hidden;
            height:0;
        }