.img_1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 138px;
}

@media (min-width: 992px) {
  .img_1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 384px;
  }
}

.img_2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.slider-img-style {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  object-fit: cover;
}

.logo-img {
  max-height: 40px;
}

.icons {
  width: 48px;
  height: 48px;
}

.rooms-icons {
  width: 48px;
  height: 48px;
  margin-top: 10px;
}

.swiper-image-style {
  width: 70vw;
  height: auto;
  max-height: 500px;
  object-fit: cover;
}

.rooms-lightbox-img {
  width: 90vw;
  height: 90vw;
  object-fit: cover;
}

@media (min-width: 576px) {
  .rooms-lightbox-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 384px;
  }
}

