.img-fluid {
  max-width: 100%;
  height: auto;
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.suite-wrap {
  display: flex;
  margin-bottom: 10rem;
}

/*
.suite-wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  margin-bottom: 10rem;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767.98px) {
  .suite-wrap {
    width: 100%;
    margin-bottom: 5rem;
  }
}
*/

.suite-wrap.overlap-image-2 .suite {
  /*float: right;
  width: 70%;*/
  display: flex;
}

@media (max-width: 767.98px) {
  .suite-wrap.overlap-image-2 .suite {
    width: 100%;
  }
}

.suite-wrap.overlap-image-2 .suite .image-stack:after {
  content: "";
  display: table;
  clear: both;
}

.suite-wrap.overlap-image-2 .suite .image-stack .image-stack-item {
  overflow: hidden;
  position: relative;
}

.suite-wrap.overlap-image-2 .suite .image-stack .image-stack-item .overlay {
  z-index: 4;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.suite-wrap.overlap-image-2 .suite .image-stack .image-stack-item img {
  position: relative;
}

.suite-wrap.overlap-image-2 .suite .image-stack .image-stack-item.image-stack-item-top {
  float: left;
  width: 75%;
  margin-top: 0%;
  margin-right: -100%;
  margin-left: 0%;
  position: relative;
  z-index: 1;
}

.suite-wrap.overlap-image-2 .suite .image-stack .image-stack-item.image-stack-item-bottom {
  float: right;
  width: 55%;
  position: relative;
  z-index: 2;
  margin-top: 30%;
}

.suite-wrap.overlap-image-2 .suite-contents {
  z-index: 3;
  /* position: relative;
  width: 28%;
  float: right;
  margin-top: 10%;
  margin-top: 4%;
	margin-right: 2em;*/
}

@media (max-width: 767.98px) {
  .suite-wrap.overlap-image-2 .suite-contents {
    width: 100%;
    margin-right: 0px;
  }
}

.suite-wrap.overlap-image-2 .suite-contents .suite-title {
  color: #000;
  font-size: 2.5rem;
  margin-bottom: 20px;
  letter-spacing: 5px;
  line-height: 0;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  font-family: var(--font_title);
}

@media screen and (min-width: 55em) {
  .suite-wrap.overlap-image-2 .suite-contents .suite-title {
    font-size: 4rem;
    margin-bottom: 0.6em;
    font-weight: 700;
  }
}

.suite-wrap.overlap-image-2 .suite-contents .suite-title>span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 0;
}

.suite-wrap.overlap-image-2 .suite-contents .suite-title>span>span {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}


.suite-wrap.overlap-image-2 .suite-contents .suite-excerpt {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.7;
}