.promo_wrap {
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
  width: 100%;
  max-width: 1102px;
  margin: auto;
  position: relative;
}

.promo_wrap .promo_close {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 1px 6px;
  border-radius: 100%;
  top: 5px;
  right: 5px;
  position: absolute;
  cursor: pointer;
  display: block;
  opacity: 0;
}

.promo_wrap.open .promo_close { opacity: 1; }

.promo_wrap .promo_banner { display: none; }

.promo_wrap .promo_banner img {
  width: 100%;
  display: block;
}

.promo_wrap .promo_button {
  background-size: 100%;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
  cursor: pointer;
}

.promo_wrap .promo_button:hover {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

@media (max-width: 700px) {

  .promo_wrap .promo_button {
    background-size: 170%!important;
    background-repeat: no-repeat!important;
  }

}