#myCarousel {
  width: 100%;
}

.carousel-container {
  position: relative;
}

.carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
}

#carousel-thumbs {
  bottom: 0;
  left: 0;
  padding: 0 0px;
  position: relative;
  right: 0;
  width: 100%;
}

#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}

#carousel-thumbs img:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

#carousel-thumbs .selected img {
  /*border-color: #000;*/
}

.carousel-control-prev,
.carousel-control-next {
  width: 35px;
  background-color: #553892;
  height: 35px;
  top: 35%;
  border-radius: 50%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 80px;
  height: 80px;
}