* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.cms-img-carousel .carousel-controls-and-indicators {
    filter: brightness(0.5);
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 16px 0px;

  position: absolute;
  bottom: 0;
}

.cms-img-carousel .cms-carousel-control-prev {
  background: url("../../../../content/dam/thaiairways/images/icons/carousel-prev-arrow-white.png");
  border: none;
  width: 20px;
  height: 20px;
}

.cms-img-carousel .cms-carousel-control-next {
  background: url("../../../../content/dam/thaiairways/images/icons/carousel-next-arrow-white.png");
  border: none;
  width: 20px;
  height: 20px;
}

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

.cms-img-carousel {
  max-width: 358px;
}

.cms-img-carousel .carousel-item {
  height: 220px;
}

@media (min-width: 768px) {
  .cms-img-carousel .cms-carousel-control-prev {
    background: url("../../../../content/dam/thaiairways/images/icons/carousel-prev-arrow-white.png");
    border: none;
    width: 24px;
    height: 24px;
  }

  .cms-img-carousel .cms-carousel-control-next {
    background: url("../../../../content/dam/thaiairways/images/icons/carousel-next-arrow-white.png");
    border: none;
    width: 24px;
    height: 24px;
  }

  .cms-img-carousel {
    max-width: 560px;
    aspect-ratio: 3 / 2;
  }

  .cms-img-carousel .carousel-item {
    height: 370px;
    aspect-ratio: 3 / 2;
  }

}

.cms-img-carousel {
  width: 100%;
  /* aspect-ratio: 3 / 2; */
}

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

.cms-img-carousel .carousel-item img {
  height: 100% !important;
  object-fit: cover;
  border-radius: 8px;
  /* object-position: 10% 10%; */
}

.cms-img-carousel .cms-carousel-indicators {
  display: flex;
  align-items: anchor-center;
  gap: 4px;
}

.cms-img-carousel .cms-carousel-indicators [data-bs-target].active {
  width: 20px !important;
  height: 6px !important;
  border-radius: 5.2px !important;
  border: none !important;
  opacity: 1;
}

.cms-img-carousel .cms-carousel-indicators [data-bs-target] {
  width: 6px !important;
  height: 6px !important;
  border-radius: 5.2px !important;
  border: none !important;
  opacity: 0.5;
}

