#circle_v1 {
  background: no-repeat center
    url(https://cdn6.localdatacdn.com/badges/loc8nearme/svg/Loc8_badge_1.svg);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 250px;
  height: 250px;
  font: 400 10px / normal "Impact", "Helvetica Neue", "Arial", sans-serif;
  align-items: center;
  text-align: center;
  color: #000 !important;
  box-sizing: border-box;
}

#circletype_v1_brand_name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 25%;
  margin-left: auto;
  margin-right: auto;
  line-height: 17px;
  top: 46%;
  width: calc(100% - 25%);
}
#circletype_v1_brand_name a {
  text-decoration: none;
  color: #fff;
}

#circle_v1 a.hotspot{
  width: calc(100% - 25%);
  height: 10%;
  top: 27%;
  position: absolute;
}
