/* .carousel {
  pointer-events: none;
  background-color: #fff;
}

.slideshow-container,
.slideshow-container-mobile {
  width: 100vw;
  height: auto;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.mySlides img,
.mySlides-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  display: block;
  margin: 0 auto;
}

.slideshow-container,
.slideshow-container-mobile {
  position: relative;
}

.mySlides,
.mySlides-mobile {
  position: relative;
}

.text-overlay {
  font-family: "Gotham-bold";
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: left;
  color: white;
  font-size: 3rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}

@media screen and (max-width: 900px) {
  .slideshow-container {
    display: none !important;
  }
  .slideshow-container-mobile {
    height: 100vh;
    display: block !important;
    overflow: hidden;
  }

  .mySlides-mobile img {
    height: 100vh;
  }
}

@media screen and (min-width: 901px) {
  .slideshow-container-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .text-overlay {
    font-size: 1rem;
  }
} */
