.carousel-inner img {
  width: 100%; /* Set width to 100% */
  margin: auto;
}
.carousel-caption {
  color: rgb(15, 15, 15) !important;
}
.carousel-caption, p {
    opacity: .7;
    background-color: antiquewhite;
}
@media (max-width: 600px) {
  .carousel-caption {
    display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
  }
} 