#club-weekly-footer {
  position: absolute;
  right: 34px;
  bottom: 14px;
  z-index: 50;
  color: rgba(255,255,255,.46);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  pointer-events: none;
  text-align: right;
}

@media (max-width: 640px) {
  #club-weekly-footer {
    left: 12px;
    right: 12px;
    bottom: 10px;
    text-align: center;
    font-size: 10px;
  }
}
