section.banners .carousel-banner:not(.owl-carousel) .banner ~ .banner {
  display: none;
}
.no-banners {
  display:none
}
section.banners .banner img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
section.banners .owl-dots {
  display: flex;
  justify-content: center;
}
button:focus {
  outline: none;
}
section.banners .owl-dots .owl-dot.active {
  background: #ffc220;
  width: 30px;
  transition: 1s width;
}
section.banners .owl-dots .owl-dot {
  display: block;
  background: #ddd;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 10px 5px;
  transition: 1s width;
}
