.room-gallery-desktop{--gap: 4px;--more-photos-badge-background-color: #fff;--more-photos-border-radius: var(--app-border-radius);--more-photos-font-size: 16px;--more-photos-padding: 5px 8px}.room-gallery-desktop{display:grid;grid-template-columns:repeat(var(--1b63100e),1fr);grid-column-gap:var(--gap);overflow:hidden;border-radius:var(--app-border-radius)}.hotel-description-room__gallery-item{position:relative;display:flex;place-content:center;cursor:pointer;overflow:hidden}.hotel-description-room__img{width:100%;height:auto;object-fit:cover;aspect-ratio:4/3}.hotel-description-room__img--show-more{filter:brightness(.5)}.hotel-description-room__img-show-more{position:absolute;padding:var(--more-photos-padding);display:inline-grid;align-self:center;justify-self:center;color:var(--black-1);font-size:var(--more-photos-font-size);background-color:var(--more-photos-badge-background-color);border-radius:var(--more-photos-border-radius)}.hotel-description-room__img-show-more--block-end-inline-start{inset-block-end:10px;inset-inline-start:10px}.hotel-description-room__img-show-more--block-start-inline-end{inset-block-start:10px;inset-inline-end:10px}
