a.hero-btn {
  display: inline-block;
  padding: 18px 36px;
  font-family: 'android101', sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  min-width: 280px;
  text-align: center;
  text-shadow: -1px -1px 0 #ffcc00, 1px -1px 0 #ffcc00, -1px 1px 0 #ffcc00, 1px 1px 0 #ffcc00;
  transition: all 0.3s ease;
}

a.hero-btn:hover {
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.pos-relative {
  position: relative;
}