@charset "UTF-8";
body, html{
  margin:0;
  background-color:#FFF;
}

.lp_desktop {
  display: none;
}

#header{
  margin: auto;
  background-image: url(../img/htch_smart_cities_header.png);
  background-size: 100% auto;
  width: 960px;
  height: 172px;
}

#htch{
  margin: auto;
  max-width: 960px;
  overflow: hidden;
  background-image: url(../img/htch_interactive_infographic_city_view-01.png);
  background-size: 100% auto;
}
.pin{
  cursor: pointer;
}
.btn{
  cursor: pointer;
}
.hbtn{
  cursor: pointer;
}
.co{
  cursor: pointer;
}
/*turn ON May 9th set to '1' */
.m9{
  opacity: 0;
}
/*turn OFF May 9th-set to '0' */
.offM9{
  opacity: 1;
}
#intro{
  z-index: 0;
}
#visualSuite{
  position: absolute;
  width: 94px;
  top: 169px;
  transform: matrix(1,0,0,1,145,0);
  z-index: 3;
  visibility:visible;
}
#details{
  position: absolute;
  width: 600px;
  top: 711px;
  right:50%;
  margin:0 -300px 0 0;
  z-index: 3;
  display: none;
}
#verticals{
  position: absolute;
  width: 960px;
  top: 171px;
  z-index: 2;
}
#scenes{
  position: absolute;
  width: 960px;
  top: 171px;
  z-index: 1;
}
