/* Approved Stay accommodation frame: 3:2 on desktop, tablet and phone. */
.stay-page-full .stay-path-slider {
  aspect-ratio: 3 / 2;
  background: var(--stiltz-soft);
  min-width: 0;
}
.stay-page-full .stay-path-slider img {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  transition: opacity .45s ease;
}
.stay-page-full .stay-path-slider img.stay-slide-portrait {
  object-fit: contain;
}
