.homebanner {
  position: relative;
}
.homebanner .banner-image {
  width: 100%;
  height: 100%;
}
.homebanner .banner-image figure {
  padding-bottom: 60%;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .homebanner .banner-image figure {
    padding-bottom: 40%;
  }
}
@media (min-width: 1200px) {
  .homebanner .banner-image figure {
    padding-bottom: 30%;
  }
}
.homebanner .banner-image figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #ccc;
}
.homebanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d76947;
}