.promo-footer-strip {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: rgb(59, 89, 152);
    padding: 5px;
    font-size: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 15px;
    z-index: 9999;
  }

  .promo-footer-strip .promo-timer-label {
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 40px;
  }

  .promo-footer-strip .promo-footer-button {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px 10px;
    color: #337ab7;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
  }

  @media screen and (max-width: 991px) {
    .promo-footer-strip {
      /* allow flex on scroll via JS */
    }
  }

  * {
    box-sizing: border-box;
  }

  body {
    margin: 0;
  }
