.absolute-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#EternityCarousel2 {
  background: url(/wwz/img/dogear_tr.gif) top right no-repeat;
  min-height: 30px;
  min-width: 30px;
  margin-bottom: 2em;
  background-image: linear-gradient(135deg, #e9e7e2, #d1cfc5);
  background-repeat: repeat-x;
  margin-top: 1.5em;
}
#EternityCarousel2 .carousel-inner {
  background: url(/wwz/img/dogear_tr.gif) top right no-repeat;
  min-height: 30px;
  min-width: 30px;
  padding-bottom: 27px;
}
#EternityCarousel2 img,
#EternityCarousel2 figcaption {
  margin-bottom: 2em;
  font-style: normal;
  font-size: 0.9em;
  padding-top: 1.2em;
}
#EternityCarousel2 .carousel-control.right,
#EternityCarousel2 .carousel-control.left {
  background-image: none;
}
#EternityCarousel2 .carousel-indicators {
  bottom: 0;
}
#EternityCarousel2 .carousel-indicators li {
  border: 1px solid #ff5800;
}
#EternityCarousel2 .carousel-indicators li.active {
  background-color: #ed2939;
}
#EternityCarousel2 .carousel-control {
  position: absolute;
  font-size: 2em;
  top: auto;
  bottom: 5px;
  /*
		padding-top: 12%;
		vertical-align: middle;
*/
}
#EternityCarousel2 .carousel-control i {
  color: #ed2939;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #EternityCarousel2 img,
  #EternityCarousel2 figcaption {
    font-size: 1em;
  }
}
