.promo-modal {
  background: rgba(255,255,255,0.9);
  border-radius: 4px;
  box-shadow: 0 0 120px rgba(0,0,0,0.3);
  color: #333;
  padding: 15px;
  text-align: center;
}
#Promo-Modal .modal-dialog {
  max-width: 400px;
  width: auto;
}
.promo-modal .close {
  color: #3f484d !important;
  font-weight: 600;
  height: 42px;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
}

.promo-modal .btn {
  display: inline-block;
  height: auto;
  line-height: normal;
  width: auto;
}
.promo-modal .btn + .btn {
  margin-top: 25px;
  margin-left: 1em;
}
.promo-modal img {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
