html,body{
  margin:0;
  padding:0;
  background:#fff;
  min-height:100%;
}
body{
  font-family:Arial,Helvetica,sans-serif;
}
.page{
  width:100%;
}
.design{
  position:relative;
  width:min(100%,1024px);
  margin:0 auto;
}
.design img{
  display:block;
  width:100%;
  height:auto;
}
.hotspot{
  position:absolute;
  display:block;
  z-index:2;
}
.get-in-touch{
  left:37.4%;
  top:29.8%;
  width:25.2%;
  height:3.9%;
}
.email-link{
  left:12.2%;
  top:83.4%;
  width:28.5%;
  height:4.9%;
}
.phone-link{
  left:40.0%;
  top:83.4%;
  width:22.8%;
  height:4.9%;
}
.hotspot:focus{
  outline:3px solid #075bc7;
  outline-offset:2px;
}
