section.location {
  position: relative;
  padding-top: 100vmin;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #5B675B;
}

section.location .get_direction {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-25%, 100%);
          transform: translate(-25%, 100%);
  padding: 10px 50px;
  background: #fff;
}
/*# sourceMappingURL=location.css.map */