.carouselcontainer .orbit-container {
  height: 100%;
}
.carouselcontainer.no-content {
  background-image: url('https://placehold.it/1280x600/666?text=Carousel Container');
  min-height: 600px;
}
.carouselcontainer .orbit-wrapper {
  position: relative;
  height: 100%;
}
.carouselcontainer .orbit-slide {
  width: 100%;
  min-height: 427px;
  padding: 45px 0;
}
.carouselcontainer .orbit-bullets {
  position: absolute;
  bottom: 10px;
  margin: auto;
  width: 100%;
}
.carouselcontainer .orbit-bullets button {
  cursor: pointer;
}
