.ti-lightbox .ti-lightbox-spinner {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.ti-lightbox .ti-lightbox-spinner .spinner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ti-lightbox .ti-lightbox-spinner .spinner-border {
  font-size: 2rem;
  width: 5rem;
  height: 5rem;
}
.ti-lightbox .ti-lightbox-backward {
  position: absolute;
  top: 45%;
  left: 20px;
  font-size: 300%;
  color: white;
  cursor: pointer;
}
.ti-lightbox .ti-lightbox-forward {
  position: absolute;
  top: 45%;
  right: 20px;
  font-size: 300%;
  color: white;
  cursor: pointer;
}
.ti-lightbox .ti-lightbox-toolbar {
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  background: rgba(0, 70, 93, 0.5);
}
.ti-lightbox .ti-lightbox-toolbar .ti-lightbox-rotleft, .ti-lightbox .ti-lightbox-toolbar .ti-lightbox-rotright {
  display: inline;
  font-size: 300%;
  cursor: pointer;
  color: white;
  text-shadow: 0 0 5px black;
  margin: 5px 15px;
}
