/*Added for small screen devices like iphone 5/SE*/
.mod-macromap__map {
  overflow: hidden;
}
.mod-macromap__map__overlay {
  fill: none;
  pointer-events: all;
}
.mod-macromap__map #mod-country-ATA {
  display: none;
}
.mod-macromap__background {
  fill: none;
}
.mod-macromap__view {
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.mod-macromap__container {
  position: relative;
}
.mod-macromap__world {
  fill: #FFF1E1;
}
.mod-macromap__border {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.mod-macromap__overlay {
  fill: none;
  pointer-events: all;
}
.mod-macromap__country {
  fill: #E1D5C7;
}
.mod-macromap__country--selected {
  fill: #000066 !important;
}
.mod-macromap__country--active {
  cursor: pointer;
}
.mod-macromap__instructions {
  position: absolute;
  top: -20px;
  left: 0;
  font: normal 16px/17px MetricWeb, sans-serif;
  color: #333;
}
.mod-macromap__hours-btn {
  font-size: 18px;
  margin-right: 5px;
}
.mod-macromap__hours-btn i {
  vertical-align: initial;
}
