.fixed-carousel {
  overflow: hidden;
  aspect-ratio: 19 / 9;
}

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

.fixed-carousel-hotels, fixed-carousel-transportation {
  overflow: hidden;
  aspect-ratio: 13 / 8;
}

.fixed-carousel-hotels img, fixed-carousel-transportation img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixed-carousel-tours {
  overflow: hidden;
  aspect-ratio: 13 / 8;
}

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

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

.subtext {
  text-align: center;
}

.custom-pad {
  padding: 1.5em 1.5em 0 1.5em;
}
