.marquee {
  width: var(--marquee-width);
 height: 100px;
  overflow: hidden;
  position: relative;
}
.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.marquee:before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.marquee:after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}
.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}
 .marquee-content:hover {
  animation-play-state: paused;
} 

@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  white-space: nowrap;
  padding: 0 10px;
}


ul.marquee-content li img {
  filter: grayscale(100%);
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 100%;
}
@media (max-width: 1180px) {
  html { font-size: 12px; }
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 5;
  }
  .marquee:before, .marquee:after { width: 5rem; }
}
@media (max-width: 991px) {
  html { font-size: 12px; }
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 4;
  }
  .marquee:before, .marquee:after { width: 5rem; }
}
@media (max-width: 600px) {
  html { font-size: 12px; }
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }
  .marquee:before, .marquee:after { width: 5rem; }
}




#postid-24753 img {
  max-height: 10px;
}
#postid-24878 img {
  max-height: 14px;
}
#postid-24820 img,
#postid-24733 img{
  max-height: 15px;
}
#postid-24823 img {
  max-height: 20px;
}
#postid-24751 img {
  max-height: 25px;
}
#postid-24757 img {
  max-height: 27px;
}
#postid-24820 img {
  max-height: 30px;
}
#postid-24721 img {
  max-height: 31px;
}
#postid-24755 img,
#postid-24894 img {
  max-height: 35px;
}
#postid-24794 img,
#postid-24816 img {
  max-height: 36px;
}
#postid-24796 img {
  max-height: 33px;
}
#postid-24896 img,
#postid-24882 img {
  max-height: 34px;
}
#postid-24786 img {
  max-height: 38px;
}
#postid-24892 img {
  max-height: 41px;
}
#postid-24788 img {
  max-height: 45px;
}
#postid-24812 img {
  max-height: 47px;
}
#postid-24838 img,
#postid-24761 img {
  max-height: 49px;
}
#postid-24768 img,
#postid-24759 img,
#postid-24763 img,
#postid-24774 img,
#postid-24832 img,
#postid-24749 img,
#postid-24766 img {
  max-height: 50px;
}
#postid-24832 img{
  max-height: 51px;
}

#postid-24845 img {
  max-height: 52px;
}
#postid-24880 img {
  max-height: 55px;
}
#postid-24827 img {
  max-height: 57px;
}
#postid-24780 img {
  max-height: 54px;
}
#postid-24790 img {
  max-height:60px;
}

#postid-24744 img {
  max-height: 63px;
}

#postid-24792 img {
  max-height: 71px;
  }
