#promotionsDivModal .wrap-modal-slider {
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
}

#promotionsDivModal .wrap-modal-slider.open {
  opacity: 1;
}

#promotionsDivModal .slick-prev:before,
.slick-next:before {
  color: red;
}

#promotionsDivModal .doing img {
  width: 100% !important;
  height: auto;
  padding-bottom: 5px;
}

#promotionsDivModal .doing .image {
  text-align: center;
}


#promotionsDivModal .modal-content {
  background: transparent;
  border: none;
}

#promotionsDivModal .modal-header {
  border-bottom: none;
  color: white;
}

.promotion-content {
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 6px;
  background: #fff;
  transition: all 300ms;
  color: #555;
  padding: 10px;
}