.carousel-rotating-image-container {
  margin: 3rem auto;
}
.carousel-rotating-image-container .image-rotator-content .carousel-image img {
  width: 100%;
}
.carousel-rotating-image-container .image-rotator-content .carousel-caption {
  background: rgba(0, 0, 0, 0.565);
  margin: 0;
  padding: 8px 5px 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.carousel-rotating-image-container .image-rotator-content .carousel-caption p {
  font-style: italic;
  margin: 0;
}
.carousel-rotating-image-container .image-rotator-content .carousel-nav {
  display: none;
}
.carousel-rotating-image-container .image-rotator-content .carousel-indicators {
  position: static;
}
@media (max-width: 991px) {
  #ico .carousel-rotating-image-container .image-rotator-content .carousel-indicators.number-pager {
    position: relative;
  }
  #ico .carousel-rotating-image-container .image-rotator-content .carousel-indicators.number-pager .carousel-caption {
    margin-bottom: 20px;
  }
  #ico .carousel-rotating-image-container .image-rotator-content .carousel-indicators.number-pager li.active {
    margin: 12px 0 0 0;
  }
}
@media (min-width: 768px) {
  .image-rotator-container .image-rotator-content .carousel-caption {
    display: block;
  }
}
@media (min-width: 992px) {
  .image-rotator-container .image-rotator-content .carousel-caption {
    display: block;
  }
  .image-rotator-container .image-rotator-content .carousel-nav {
    display: block;
    position: absolute;
    top: 45%;
    right: -30px;
    transform: translateY(-50%);
  }
  .image-rotator-container .image-rotator-content .carousel-nav button {
    background: #fff;
    border: none;
    color: #25282a;
    float: left;
    font-size: 1.5rem;
    height: 60px;
    margin: 0 0 0 2px;
    opacity: 1;
    padding-top: 10px;
    position: static;
    text-shadow: none;
    transition: 120ms background ease-in-out;
    width: 60px;
  }
  .image-rotator-container .image-rotator-content .carousel-nav button:hover {
    background: #da291c;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .image-rotator-container .image-rotator-content .carousel-nav button {
    height: 80px;
    width: 80px;
  }
}
.carousel-slide--edit {
  min-height: 15px;
  margin-bottom: 8px;
}
.carousel-slide--edit .carousel-image {
  width: 100%;
}
