/* #btsgiveaway2019 #footer {
    position: relative;
    z-index: 9999;
  }
  
  #btsgiveaway2019 .footerTransition {
    margin-top: 0;
  } */
  
  #giveawayContainer {
    margin: -10px auto 0;
    background-image: url(https://halfpricebooks.com/giveaway/images/100ADayGiveaway-bg.jpg);
    background-image: none;
    background-color: #E12137;
    background-size: cover;
    background-repeat: repeat-x;
  }
  
  #giveawayBanner {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  #giveawayBanner .lockup {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  #giveawayContainer .desktopOther,
  .coupon {
    display: none;
  }
  
  .formContainer {
    margin: 0 auto;
    max-width: 600px;
  }
  
  .formContainer label {
    display: block;
    text-align: left;
  }
  
  .formContainer .labelCheckbox {
    display: inline-block;
    text-align: left;
  }
  
  table {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
  }
  
  table thead {
    background-color: #ebebeb;
  }
  
  table td {
    font-size: .9rem;
    text-align: center;
    padding: 4px 10px;
    border: 1px solid #000;
  }
  
  @media screen and (max-width: 768px) {
    #giveawayBanner {
      margin-bottom: .5rem;
    }
  
    .h5.alt {
      font-size: 1.3rem;
    }
  
    .sectionContent {
      margin-bottom: 0;
    }
  
    #giveawayBanner .lockup.mobile {
      width: 100%;
    }
  }