@-ms-viewport {
    width:device-width;
}
body {
    margin:0;
}
.gui-container {
    margin:0 auto;
    max-width:1200px;
    padding:0 1.6rem;
}
.gui-lock-canvas {
    bottom:0;
    height:100%;
    left:0;
    overflow:hidden;
    position:fixed;
    right:0;
    top:0;
    width:100%;
}
.gui-lock-canvas .gui-wrapper {
    position:relative;
    overflow:hidden;
    height:100%;
}
.gui-img-fluid {
    display:block;
    height:auto;
    max-width:100%;
}