html,body{
  margin:0;
  padding:0;
  width:100%;
  background:#f6f0e3;
}
body{
  overflow-x:hidden;
}
.page{
  width:100%;
}
.artwork{
  position:relative;
  width:100vw;
  line-height:0;
}
.artwork img{
  display:block;
  width:100vw;
  height:auto;
  max-width:none;
}
.hotspot{
  position:absolute;
  display:block;
  z-index:2;
}
.plan{
  left:3.5%;
  top:51.0%;
  width:11.7%;
  height:4.8%;
}
.update{
  left:16.1%;
  top:51.0%;
  width:15%;
  height:4.8%;
}
.directions{
  left:79%;
  top:68%;
  width:18%;
  height:23%;
}
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
@media (max-width:700px){
  .artwork{
    min-width:100vw;
  }
  .artwork img{
    width:100vw;
  }
}
