@import url(https://www.emiia.ai/cssfamily=Montserrat.css);
body {
  background: transparent;
  -webkit-backface-visibility: hidden;
}
.hidden1 {
  opacity:0;
}
.console-container1 {
 
  font-family:Montserrat;
  font-size: 1.3em;
  text-align:center;
  height:30px;
  width:30px;
  display:block;
  position:absolute;
  color: white;
  z-index: +22000;
  top: 20.5em;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.console-underscore1 {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:0px;
}
.ready(function() { 
if(navigator.userAgent.match(/Trident\/7\./)) {
        $('body').on("mousewheel", function () {
            event.preventDefault();
            var wd = event.wheelDelta;
            var csp = window.pageYOffset;
            window.scrollTo(0, csp - wd);
        });
}
});
