/* redifined */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  background-color: rgb(0, 0, 0);
  border-radius: 0.25em;
  filter: none;
}
.btn-dark {
  background-color: rgb(33, 37, 41, 0.5);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: white;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-left: 5px solid rgb(0, 0, 0, 0.4);
  border-right: 5px solid rgb(0, 0, 0, 0.4);
  border-top: 5px solid rgb(0, 0, 0, 0.4);
  border-bottom: 5px solid rgb(0, 0, 0, 0.4);
  border-radius: 0.25em;
}
/* redifined */

#headerCarousel {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 125px;
  width: 100%;
  z-index: -1;
}
.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prbtn {
  border-radius: 0.25em;
  letter-spacing: 2px;
  font-weight: 600;
  font-variant: small-caps;
  border: none;
}
/* Show contain, if browserwidth lower 799px */
@media screen and (max-width: 799px) {
  .carousel-item img {
    object-fit: contain;
  }
}
@media screen and (max-width: 800px) {
  #headerCarousel {
    bottom: 100px;
  }
}
