/*Altus canvus style*/
canvas.Altus{
    border: 0px none;
    background: #CCC;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-touch-action: none;
}
