.top-header-banner{
  top:0;z-index: 999;box-shadow: 0 3px 3px -3px #0000001a;
}
.top-header-banner-strip{
  background:#982211;
}
.coupon-btn{
  background:yellow; border-radius: 5px;
  color:black !important;
}
.header-2020{
  top:0;z-index: 999;box-shadow: 0 3px 3px -3px #0000001a;
}



.kickstarter-banner {
  background: #523C84;
  color: white;

}

.learn-more-kickstarter {
  background-color: #f60;
  color: #fff;
  border: none;
  padding: 2px 8px;
  border-radius: 5px;
  color: black;
  cursor: pointer;
}

.unlocks-kickstarter {
  background-color: #05f470;
  color: white;
  border: none;
  padding: 2px 10px;
  border-radius: 5px;
  color: black;
  cursor: pointer;
}
.lib-day{
width:320px;
}
/* on mobile */

@media (max-width: 767px) {
  .learn-more-kickstarter {
      padding: 2px 5px;
      font-size:12px;
  }
  .unlocks-kickstarter {
      padding: 2px 5px;
      font-size:12px;
  }
  .lib-day{
    width:220px;
  }
}


.live-container {
  position: relative;
  display: inline-block;
}

.ping {
  position: absolute;
  top: 2px;
  right: -2px;
  width: 4.3px;
  height: 4.3px;
}

.ping::before, .ping::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00ff59;
  opacity: 0.9;
}

.ping::before {
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.ping::after {
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) 0.5s infinite;
}

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  75%, 100% {
    transform: scale(2.7);
    opacity: 0.2;
  }
}

.live-text {
  color: #fff;
}