
.carousel-item{
  height: 350px;
}
.carousel-item > li{
  height: 100%;
}
/* .carousel-item *:hover{
    opacity: 1;
} */

.carousel-thumb{
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-caption{
  position: absolute;
  height: 80px;
  bottom: 0;
  left: 0;
  width: 100%;
  color: 333;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-caption a{
  font-size: 1.1rem;
  color: #333;
  text-align: center;
}



.marquee-image{
    height: 280px;
}
.marquee-image > img{
    height: 100%;
}


/* ----------------------------------------------------
   Splide Room Carousel
   ---------------------------------------------------- */
#room-carousel .splide__slide {
  transform: scale(0.8);
  transition: transform 0.4s ease;
  transform-origin: center center;
}

#room-carousel .splide__slide.is-active {
  transform: scale(1);
}
