.slidecaption-single-wrapper {
  position: relative;
}
.slidecaption-single-room {
  background-color: rgba(28, 28, 28, 0.7);
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -99%);
  /* margin-left: -500px; */
  z-index: 9;
  overflow: hidden;
  text-align: left;
  padding-left: 2rem;
  padding-right: 2rem;
}

.slidecaption-single-room h1 {
  font-size: 35px;
  color: #fff;
}
.slidecaption-single-room a {
  color: #c19b76;
}
.slidecaption-single-room p {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #858585;
}

.slide-single-room {
  width: 1000px;
  background-color: rgba(28, 28, 28, 0.7);
  padding: 10px;
  text-align: center;
}
.slide-single-room {
  position: relative;
  top: -100px;
  left: 50%;
  margin-left: -500px;
  z-index: 10;
}

.slide-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.slide-caption-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.slide-flex-container .slide-caption-right p {
  z-index: 1;
  color: #fff;
}
.slide-flex-container .slide-caption-right button {
  z-index: 1;
  background-color: #c19b76;
  text-align: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-right: 1px;
  color: #fff;
}
.button-group {
  margin-top: 2rem;
}
.single-room-description {
  /* display: flex;
	justify-content: space-between; */
  background-color: #000;
   padding-top: 15px;
   padding-bottom:15px;
}
.single-room-description .container {
  padding: 3rem;
  background-color: #1d1c1c;
}

.description-title h2 {
  /* padding-top: 3rem; */
  padding-bottom: 1rem;
}

.description-text {
  /* padding-left: 3rem; */
  padding-right: 3rem;
  /* padding-top: 2rem; */
}

.floor-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.floor-plan a {
  margin-top: 2rem;
  font-family: "Open Sans", sans-serif;
  font-variant: small-caps;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-weight: 800;
  color: #c19b76;
}

.floor-plan img {
  width: 150px;
}

.img-slide {
    width: 100%;
    height: 480px;
    object-fit: cover;
}
