#featuredbrands .item {
  padding: 0 15px;
  margin-top: 1px;
  margin-bottom: -2px;
}

#featuredbrands .owl-nav button.owl-prev {
  top: 50%;
  position: absolute;
  left: 10px;
  opacity: 0.7;
}

#featuredbrands .owl-nav button.owl-next {
  top: 50%;
  position: absolute;
  right: 10px;
  opacity: 0.7;
}

#slideshow-home .owl-buttons div i {
  font-size: 4vw;
  color: aliceblue;
  position: relative;
  top: -2vw;
  margin: 0;
}

#featuredbrands .owl-nav button.owl-prev i,
#featuredbrands .owl-nav button.owl-next i {
  font-size: 4vw;
  color: #565656;
  position: relative;
  top: -2vw;
  margin: 0;
  display: block;
}

@media screen and (min-width: 580px) {
  #featuredbrands .owl-nav button.owl-prev i,
  #featuredbrands .owl-nav button.owl-next i {
    font-size: 26px;
    top: -13px;
  }
}

@media screen and (max-width: 580px) {
  #featuredbrands .owl-nav button.owl-prev {
    left: 3px;
  }

  #featuredbrands .owl-nav button.owl-next {
    right: 3px;
  }
}

@media screen and (min-width: 580px) {
  #featuredbrands {
    padding: 0 20px;
  }

  #featuredbrands .owl-buttons div i {
    font-size: 26px;
    top: -13px;
  }
}

@media screen and (max-width: 580px) {
  #featuredbrands .owl-buttons .owl-prev {
    left: 3px;
  }

  #featuredbrands .owl-buttons .owl-next {
    right: 3px;
  }
}

@media screen and (max-width: 768px) {
  #featuredbrands .owl-stage-outer .owl-stage .owl-item {
    max-height: 58px;
  }
  #featuredbrands {
    margin-top: 0px;
  }
}

#featuredbrands:not(.owl-loaded) {
  display: grid;
  grid-template-columns: repeat(12, auto);
  grid-template-rows: auto repeat(10, 0);
  overflow-y: hidden;
}
@media screen and (max-width: 1399px) and (min-width: 1100px) {
  #featuredbrands:not(.owl-loaded) {
    grid-template-columns: repeat(10, auto);
  }
}
@media screen and (max-width: 1099px) and (min-width: 900px) {
  #featuredbrands:not(.owl-loaded) {
    grid-template-columns: repeat(8, auto);
  }
}
@media screen and (max-width: 899px) and (min-width: 580px) {
  #featuredbrands:not(.owl-loaded) {
    grid-template-columns: repeat(6, auto);
  }
}
@media screen and (max-width: 579px) and (min-width: 421px) {
  #featuredbrands:not(.owl-loaded) {
    grid-template-columns: repeat(4, auto);
  }
}
@media screen and (max-width: 420px) {
  #featuredbrands:not(.owl-loaded) {
    grid-template-columns: repeat(3, auto);
  }
}
