.promo-carousel {
 /* border-bottom: 1px solid #eee;
  padding-bottom: 0;
  overflow: hidden; */
}
  .promo-carousel .item-wrap {
    transform: translateX(-1%);
    width: 800%;
    position: relative;
    white-space: nowrap;
    display: flex; 
  }

.item {
/*  background: #222;*/
/*  border-right: 1px solid #eee;*/
  text-align: center;
  display: flex;
  flex: 1;
/*  justify-content: space-around;*/
  align-items: center;
  margin: 0.5rem 0.5rem; 
}
.item a img{
/*  margin: 1rem;*/
}
  /*.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;
    padding: 10px 0; 
  }*/
  /*.item.active {
    background: #C0392B;
    }*/

   /* .item.active a {
      color: #fff; }*/

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

.rotate_reels{
/*  transform: rotate(-55deg);*/
  transform: rotate(-56deg);
  margin-left: -34rem;
  width: 100vw;
  height: 100vh;
}