#header {
  background-image: url("mirror/wp-content/themes/newlands-fasteners/images/header.png") !important;
}

#slider .cycle-slideshow #slide1,
#inner {
  background-image: url("mirror/wp-content/themes/newlands-fasteners/images/slide1.jpg") !important;
}

#slider .cycle-slideshow #slide2 {
  background-image: url("mirror/wp-content/themes/newlands-fasteners/images/slide2.jpg") !important;
}

#slider .cycle-slideshow #slide3 {
  background-image: url("mirror/wp-content/themes/newlands-fasteners/images/slide3.jpg") !important;
}

#secondary {
  background-image: url("mirror/wp-content/themes/newlands-fasteners/images/secondary.jpg") !important;
}

img.logo,
.fcol-2 img {
  display: block;
}

img.logo {
  width: auto;
  max-width: 320px;
}

#suppliers .container {
  max-width: none;
  width: 100%;
  overflow: hidden;
}

#suppliers .customer-logos {
  display: flex;
  align-items: center;
  gap: 34px;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: newlands-logo-scroll 42s linear infinite;
  will-change: transform;
}

#suppliers .customer-logos:hover {
  animation-play-state: paused;
}

#suppliers .customer-logos .slide {
  display: flex !important;
  flex: 0 0 220px;
  align-items: center;
  justify-content: center;
  height: 110px;
  margin: 0;
}

#suppliers .customer-logos img {
  display: block;
  width: auto;
  max-width: 200px;
  max-height: 90px;
  object-fit: contain;
}

@keyframes newlands-logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 800px) {
  #suppliers .customer-logos {
    gap: 22px;
    animation-duration: 34s;
  }

  #suppliers .customer-logos .slide {
    flex-basis: 170px;
    height: 90px;
  }

  #suppliers .customer-logos img {
    max-width: 150px;
    max-height: 76px;
  }
}
