.ets-swiper-container {
  width: 100%;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
}
.ets-controls {
  text-align: center;
  margin-top: 15px;
}
.ets-controls button {
  margin: 0 8px;
  padding: 8px 16px;
  border: none;
  background: #333;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
