.promo-issue {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ed2027;
}
.promo-issue__cover {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  line-height: 0;
}
.promo-issue__info {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 15px;
  text-align: center;
  color: #fff;
}
.promo-issue__info:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  margin: 20px 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(/sites/all/themes/athensvoice/images/sprite.svg) -90px -129px no-repeat;
  transform: scale(0.8);
}
.promo-issue__title {
  margin: 0 0 20px;
  font-size: 2.4rem;
  line-height: 2.7rem;
  font-weight: 900;
}
.promo-issue__label {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

@media screen and (max-width: 599px) {
  .promo-issue {
    margin: 0 -20px 20px;
  }
}


