.container {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

#carousel-thumbs img {
    width: 100%;
    height: 100%
}
#SShowCarousel img{
    height: 100%;
    width: auto;
}  


#carousel-thumbs.carousel-control-next{
  right: 3rem;  
}
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
} 
.carousel {
  position: relative;
}
.carousel-item img {
  object-fit: cover;
}
#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  right: 0;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
}

.slider-indicators li, .carousel-indicator-dots li {
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    transition: opacity 350ms cubic-bezier(0.35, 0, 0.1, 1);
    transform-style: preserve-3d;
    height: 10px;
    width: 10px;
    opacity: 0.5;
    overflow: hidden;
    }
@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}
@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    position: absolute;
    border-width: 1px;
  }
  .carousel-control-prev,
.carousel-control-next {
  width: 2rem;
}
}
@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }

} 

@media (max-width: 600px) {
    
#SShowCarousel img{
  max-width: 100%;
  height: auto;
} 
  .carousel-control-prev,
.carousel-control-next {
  width: 2rem;
}
}
.carousel-caption {
    /* bottom: 20px; */
    top: 5px;
      text-shadow: 3px 3px 6px #000000;
      font-size: 1.75rem;
      left: 2rem;
}             