.promo-carousel {
  padding-bottom: 0;
  overflow: hidden; }
  .promo-carousel .item-wrap {
    transform: translateX(0px); -webkit-transform: translateX(0px); -ms-transform: translateX(0px); -moz-transform: translateX(0px);
    /* width: 400%; */
    position: relative;
    white-space: nowrap;
    display: flex; -webkit-display: flex;  -ms-display: flex; -moz-display: flex; }

.promo-carousel .item {
  text-align: center;
  margin-right:50px;
  margin:auto;
  /* width:100%; */
  align-items: center; -webkit-align-items: center; -ms-align-items: center; -moz-align-items: center; }

  .promo-carousel .item a {
    text-decoration: none;
    display: flex; -webkit-display: flex;  -ms-display: flex; -moz-display: flex;
    flex: 1;
    flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; -moz-flex-direction: column;
    justify-content: center; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center;
    align-items: center; -webkit-align-items: center; -ms-align-items: center; -moz-align-items: center;
    color: #fff;
    font-weight: bold;
   
    padding:0px 0; }
  .promo-carousel .item.active {
    background: #C0392B; }
   .promo-carousel .item.active a {
      color: #fff; }

/* @media (min-width: 768px) {
  .promo-carousel .item-wrap {
    width:100%; } } */
