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

.gallery-hightlight {
  width: 100%;
  height: 20%;
}

.gallery-hightlight-small {
  width: 100%;
  height: 20%;
}

.room-preview {
  display: flex;
  width: 100%;
  margin-top: 5px;
}

.room-preview-small {
  display: flex;
  width: 100%;
  margin-top: 5px;
}

.room-preview img {
  flex-grow: 1;
  width: 30px;
  padding-left: 3px;
  opacity: 0.3;
  transition: opacity 0.4s ease;
  cursor: pointer;
}

.room-preview-small img {
  flex-grow: 1;
  width: 30px;
  padding-left: 3px;
  opacity: 0.3;
  transition: opacity 0.4s ease;
  cursor: pointer;
}

img.room-active {
  opacity: 1;
}
