.field--name-field-current-location {
  position: relative;
  margin: 0 -166px;
  background: #F8F8F8;
}
.field--name-field-current-location a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 15px;
  font-size: 14px;
}
.field--name-field-current-location a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 19px;
  background-image: url(../../images/icons/sprite.svg);
  background-size: 370px 550px;
  background-position: -110px -95px;
  background-repeat: no-repeat;
}