#aff-promo {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.aff-promo-content {
  background: url(/images/aff-promo-bg.jpg) 0 0 no-repeat;
  height: 300px;
  position: relative;
  width: 300px;
}

.aff-promo-close {
  position: absolute;
  right: 0;
  top: 0;
}

.aff-promo-cta {
  margin: 160px auto 0;
  width: 196px;
}

.aff-promo-button {
  border-radius: 4px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 20px;
  padding: 12px 0;
  text-align: center;
}
.aff-promo-button.is-join {
  background-color: #ffe23c;
  color: #333;
}
.aff-promo-button.is-close {
  background-color: #383838;
  color: #fff;
}