.fixed-carousel {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
}

.fixed-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.carousel-item {
  position: relative;
}

.hotel-stars {
  font-size: 0.5em;
}

.subtext {
  text-align: center;
}

.fix-size {
  aspect-ratio: 16/9;
}
