/* ROTATOR STYLES */

#homeRotator {
  /*margin-bottom: 2.5em;*/
  position: relative;
}
#homeRotator img {
  width: 100%;
  height: auto;
}
#homeRotator ul {
  padding: 0;
  margin: 0;
}
#homeRotator li {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
}
#homeRotator li:first-child,
#homeRotator .cycle-slide {
  display: block;
}
#homeRotator a {
  display: block;
  line-height: 0;
}
#homeRotator .pager {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  z-index: 100;
  display: none;
}
#homeRotator .pager .pager-wrap {
  display: table;
  margin: 0 auto;
}
#homeRotator .pager span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  cursor: pointer;
  opacity: .5;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  background-color: white;
}
#homeRotator .pager span.cycle-pager-active {
  opacity: 1;
}

#homeRotator, #homeRotator #cycle-homepage li img {
  min-height: 18em;
  object-fit: cover;
}

@media (min-width: 48em) {
  #homeRotator, #homeRotator #cycle-homepage li img {
      min-height: 32.375em;
  }
}
@media (min-width: 64.25em) {
  #homeRotator, #homeRotator #cycle-homepage li img {
      min-height: 43.25em;
  }
}
@media (min-width: 85.625em) {
  #homeRotator, #homeRotator #cycle-homepage li img {
      min-height: 57.8125em;
  }
}

