.ep-map {
  position: relative;
  margin: auto;
}

.ep-map img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

.ep-map .ep-map-item {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.ep-map .ep-map-item .ep-marker {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ep-map .ep-map-item .ep-marker .ep-marker-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.ep-tipso-title {
  font-size: 20px;
}

.ep-tipso-content {
  font-size: 14px;
}