.rotatingBox {
  position: absolute;
}
.fauxHidden {
  opacity: 0.01;
}
.pointer {
  cursor: pointer;
}
.rotatingGallery {
  margin-left: auto !important;
  margin-right: auto !important;
}
.rotatingGallery div div {
  position: relative;
}
.rotatingGallery div div span {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  left: 0;
  bottom: 0;
  padding: 5px 0px 5px 0px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
/*# sourceMappingURL=rotate-block.css.map */