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

.facltystrip .item {
  background: #fff;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin:10px 5px;
  border-radius: 5px;
  box-shadow:0px 2px 10px #e5e5e5;
  }
  
.facltystrip .item a {
    text-decoration: none;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    height: 100%;
    padding: 5px 0; }
.facltystrip .item.active {
    background: #fff; }
.facltystrip .item.active a {
      color: #fff; }

@media (min-width: 768px) {
.facltystrip .promo-carousel .item-wrap {
    width: 200%; } }
