.timed-offer-drawer {
  display: block;
  position: relative;
  width: 872px;
  margin: 5px auto;
  overflow: hidden;
}

.timed-offer-drawer .offer-header {
  float: left;
  font-size: 45px;
  line-height: .82;
  letter-spacing: -0.02em;
  width: 353px;
  margin: 0;
  padding: 16px 10px 8px 0;
  border-right: 1px solid #000;
  text-transform: uppercase;
  text-align: right;
}

.timed-offer-drawer .offer-content {
  position: relative;
  display: table;
  text-align: left;
  vertical-align: middle;
  float: left;
  width: 518px;
  height: 98px;
}

.timed-offer-drawer .offer-content.no-img {
  margin-left: 12px;
  width: 506px;
}

.timed-offer-drawer .offer-content .valign-middle {
  display: table-cell;
  vertical-align: middle;
}

.timed-offer-drawer .offer-content img.offer-image {
  width: 137px;
  height: 98px;
}

.timed-offer-drawer .offer-content .offer-details-mobile {
  display: none;
}

.timed-offer-drawer .offer-content .paragraph {
  margin-bottom: 7px;
  line-height: 1.1;
  font-size: 15px;
}

.timed-offer-drawer .offer-content .paragraph br {
  display: none;
}

.timed-offer-drawer .offer-content .paragraph br.show {
  display: inline;
}

.device-mobile .timed-offer-drawer {
  width: 100%;
  padding: 0 20px;
}

.device-mobile .timed-offer-drawer .offer-header,
.device-mobile .timed-offer-drawer .offer-content img.offer-image,
.device-mobile .timed-offer-drawer .offer-content .button
{
  display: none;
}

.device-mobile .timed-offer-drawer .offer-content {
  width: 100%;
  height: auto;
  text-align: center;
  float: none;
  display: block;
}

.valign-middle {
  display: block;
}

.device-mobile .timed-offer-drawer .offer-content .paragraph {
  display: block;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.device-mobile .timed-offer-drawer .offer-content .paragraph a {
  display: inline;
  text-decoration: none;
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
  .timed-offer-drawer {
    width: 748px;
  }

  .timed-offer-drawer .offer-header {
    font-size: 33px;
    width: 300px;
    margin: 0;
    padding: 18px 8px 9px 0;
    border-right: 1px solid #000;
  }

  .timed-offer-drawer .offer-content {
    position: relative;
    display: table;
    text-align: left;
    vertical-align: middle;
    float: left;
    width: 418px;
    height: 98px;
  }

  .timed-offer-drawer .offer-content.no-img {
    margin-left: 10px;
    width: 406px;
  }

  .timed-offer-drawer .offer-content .paragraph {
    margin-bottom: 4px;
    font-size: 13px;
  }
}
