.room {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.room img {
  width: 100%;
  height: auto;
  display: block;
}
