#applePay {
  width: 100%;
  height: 50px;
  display: none;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 5px;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-position: center;
  background-color: black;
  background-size: 75% 75%;
  background-repeat: no-repeat; }
