
.room-desc-side .first-apartment-img {
  width: 126%;
  margin-top: -3rem;
}
.room-desc-side .first-apartment-img .imgContainer {
  padding-top: 80%;
}

.entry-room {
  position: relative;
}
.entry-room .anim-path-apartment {
  position: absolute;
  top: 2rem;
  left: 20%;
  width: 40%;
}

.entry-room .anim-bg-apartment {
  position: absolute;
  top: -6rem;
  left: 30%;
  width: 40%;
  height: 650px;
  z-index: 0;
  background: url(../images/bg-apartment-header-square@2x.png) no-repeat top center;
  background-size: contain;
  opacity: 0;
  transition: .7s ease-in-out;
}
.entry-room .anim-bg-apartment.animated {
  opacity: 1;
  top: 0rem;
}


.box-cta-suite {
  position: relative;
}
.box-cta-suite .anim-bg-suite {
  content: "";
  position: absolute;
  width: 78%;
  height: 700px;
  left: 0;
  bottom: 2rem;
  z-index: 0;
  background: url(../images/bg-suite-to-right@2x.png) no-repeat left center;
  background-size: contain;
  opacity: 0;
  transition: .7s ease-in-out;
}
.box-cta-suite .anim-bg-suite.animated {
  opacity: 1;
  bottom: 9rem;
}


@media (max-width: 1441px) {
}

@media (max-width: 1025px) {

  .entry-room > .container {
    width: 100%;
    max-width: 100%;
  }
  .services {
    padding-left: 3%;
    padding-right: 3%;
  }

  .room-desc-side .first-apartment-img,
  .entry-room .anim-path-apartment {
    display: none;
  }

  .entry-room .anim-bg-apartment {
    display: none;
  }

  .box-cta-suite .anim-bg-suite {
    bottom: -5rem;
  }
  .box-cta-suite .anim-bg-suite.animated {
    bottom: 1rem;
  }

}

@media (max-width: 769px) {

  .box-cta-suite .anim-bg-suite {
    bottom: -7rem;
  }
  .box-cta-suite .anim-bg-suite.animated {
    bottom: -1rem;
  }

}

@media (max-width: 575px) {

  .box-cta-suite .anim-bg-suite {
    width: 130%;
    left: -48%;
    height: 200px;
    bottom: auto;
    top: 26rem;
    background-image: url(../images/bg-suite-to-right.png);
    background-position: top center;
  }
  .box-cta-suite .anim-bg-suite.animated {
    top: 20rem;
    bottom: auto;
  }
}


@media (max-width: 321px) {
}


@media (min-width: 2200px) {

  .box-cta-suite .anim-bg-suite {
    width: 78%;
    height: 600px;
    bottom: 5rem;
  }
  .box-cta-suite .anim-bg-suite.animated {
    bottom: 13rem;
  }

}
