/* Robin Hood Cigars V16.1 — precise Contact and Search click zones.
   Loaded last so older hotspot coordinates cannot override these values. */
.poster .hotspot.contact{
  left:75.6%!important;
  top:3.8%!important;
  width:7.0%!important;
  height:5.2%!important;
  z-index:100!important;
  display:block!important;
  pointer-events:auto!important;
  visibility:visible!important;
}
.poster .hotspot.search{
  left:94.4%!important;
  top:3.6%!important;
  width:3.5%!important;
  height:5.6%!important;
  z-index:100!important;
  display:block!important;
  pointer-events:auto!important;
  visibility:visible!important;
}
@media(max-width:700px){
  .poster .hotspot.contact{
    left:75.6%!important;
    top:3.8%!important;
    width:7.0%!important;
    height:5.2%!important;
  }
  .poster .hotspot.search{
    left:94.2%!important;
    top:3.4%!important;
    width:4.0%!important;
    height:6.0%!important;
  }
}
