.photo_huur {
  max-width: 75%;
  margin: 25px auto;
}
@media (min-width: 992px) {
  .photo_huur {
    max-width: 60%;
  }
}
.photo_huur img {
  width: 100%;
}

#lokaal_picture {
  width: 40%;
  float: right;
  margin: 10px;
}

@media (max-width: 400px) {
  #calendar h2 {
    font-size: 1.25em;
  }
}
#carouselExample {
  height: 100px; /* Set a fixed height for the carousel */
  overflow: fill; /* Hide any overflow to ensure consistent appearance */
}

.carousel-inner img {
  width: 100%; /* Make sure the image takes the full width of the container */
  height: 100%; /* Make sure the image takes the full height of the container */
  object-fit: cover; /* Maintain aspect ratio and cover the entire container */
}

/*# sourceMappingURL=huur.css.map */

