<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
.rsg2_x__slideshowJ3x  {
  border: 5px solid lightcyan;
}
.rsg2_carousel  {
  border: 5px solid lightgreen;
}
.carousel-inner  {
  border: 5px solid yellow;
}
.carousel-inner &gt; .carousel-item  {
  border: 5px solid lightblue;
}
.carousel-inner &gt; .carousel-item &gt; img {
  border: 5px solid darkred;
}
/**/
.rsg2_carousel .carousel-item img {
  object-fit: contain;
  object-position: center;
  height: 100vh;
}

.carousel-indicators {
  outline: black;
  font-weight: bold;
  font-size: xx-large;
  color: red;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 150px;
  width: 150px;
  background-size: 150%, 150% !important;
  border-radius: 75%;
  border: 4px solid white;
  font-weight: bold;
  font-size: 48px;
  color: blue;
}

/*# sourceMappingURL=slideshow.css.map */
</pre></body></html>