#payment #payment-options li.nav-item {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  padding-bottom: 1em;
}

#payment #payment-options li.nav-item.active {
  border-bottom: 2px solid #ada74b;
}

#payment #payment-options li.nav-item img {
  width: 100px;
}

#payment #payment-options li.nav-item #paypal img {
  height: 100%;
  width: auto;
  max-width: 15vw;
}

#payment #payment-options .crypto-ribbon {
  width: 105px;
  height: 0;
  border-bottom: 20px solid #ada74b;
  font-size: 17px;
  font-weight: 700;
  position: absolute;
  right: 0px;
  bottom: 0;
}

#payment .payment-option {
  margin-top: 2em;
}

#payment .payment-option .intro {
  /*height: 150px;*/
}

#payment #summary {
  background-image: url(../images/bg2-e3ddc7-horizontal.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position-x: center;
  background-position-y: center;
}
