/* Layout Elements */

.container.main {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.container.orbit-bullets {
  position: absolute;
  width: 100%;
}

ul.list-container.orbit-container {
  height: auto;
}

li.list-item-container.orbit-slide {
  opacity: 0;
}

li.list-item-container.is-active.orbit-slide {
  display: block;
  opacity: 1;
}

div.responsive-picture.orbit-image {
  max-width: none;
}

button.slide-indicator {
  margin-right: 1.1%;
  margin-left: 1.1%;
}

@media screen and (min-width: 40rem) {
  button.slide-indicator {
    margin-right: .1%;
    margin-left: .1%;
  }
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  .container.orbit-bullets {
    position: relative;
  }
}