
#home .hero-banners-section {
  padding: 0;
  z-index: 0;
}

#home .hero-banners-container .hero-img {
  width: 100%;
  height: 202px;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: center top;*/
  background-position: center bottom;
}

#home .hero-banners-container .hero-img:not([href=""]) {
  cursor: pointer;
}

#home .hero-banners-section .carousel-indicators {
  margin-bottom: 6px;
}

#home .hero-banners-container > button {
  width: 8%;
  display: none;
}

#home .hero-banners-section .carousel-control-prev-icon {
  background-image: url('/img/icons/carousel-indicators-left.svg');
  width: 50px;
  height: 50px;
}

#home .hero-banners-section .carousel-control-prev:hover .carousel-control-prev-icon {
  background-image: url('/img/icons/carousel-indicators-left-hover.svg');
}

#home .hero-banners-section .carousel-control-next-icon {
  background-image: url('/img/icons/carousel-indicators-right.svg');
  width: 50px;
  height: 50px;
}

#home .hero-banners-section .carousel-control-next:hover .carousel-control-next-icon {
  background-image: url('/img/icons/carousel-indicators-right-hover.svg');
}

#home .hero-banners-section .carousel-indicators > button {
  background-color: rgba(238, 238, 238, 0.3);
  width: 24px;
  height: 4px;
  margin-left: 4px;
  margin-right: 4px;
  border: none;
  border-radius: 12.5px;
}

#home .hero-banners-section .carousel-indicators > button.active {
  background-color: #FFD400;
}

@media (min-width: 500px) {
  #home .hero-banners-container .hero-img {
    height: 300px;
  }
}

@media (min-width: 576px) {
  #home .hero-banners-container .hero-img {
    height: 360px;
  }

  #home .hero-banners-container .carousel, .slide,
  #home .hero-banners-container .carousel .carousel-inner,
  #home .hero-banners-container .carousel .carousel-item,
  #home .hero-banners-container .carousel .carousel-item img,
  #home .hero-banners-container .carousel .carousel-control {
    border-radius: 8px;
    overflow: hidden;
  }

  #home .hero-banners-section .carousel-indicators {
    margin-bottom: 8px;
  }

  #home .hero-banners-container > button {
    display: flex;
  }
}

@media (min-width: 768px) {
  #home .hero-banners-container .hero-img {
    height: 360px;
  }

  #home .hero-banners-section .carousel-indicators > button {
    width: 40px;
    height: 4px;
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media (min-width: 992px) {
  #home .hero-banners-container .hero-img {
    height: 520px;
  }

  #home .hero-banners-section .carousel-indicators {
    margin-bottom: 16px;
  }
}

@media (min-width: 1280px) {

}
