.amenity-heading-narrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 2vw;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 20px;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: 0em;
}

.am-50-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: 0;
}

.amenity-paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.amenities-section-wrap {
  position: relative;
  width: 100%;
  height: 56vw;
  max-height: 56.25vw;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-position: 0px 0px;
}

.amenity-heading-feature {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: 0em;
}

.amenity-text-preview {
  position: absolute;
  left: 0px;
  bottom: 80px;
  z-index: 4;
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  cursor: pointer;
}

.bg-target {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: transparent;
}

.am-8090-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: 0;
}

.video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.12))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(24%, rgba(0, 0, 0, 0.4)), color-stop(40%, transparent), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4) 24%, transparent 40%, transparent);
}

.video-overlay.amenity {
  background-image: none;
}

.amenity-narrow-block {
  position: absolute;
  top: 0px;
  z-index: 4;
  width: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.x-hover {
  opacity: 0;
  -webkit-transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
}

.x-hover:hover {
  opacity: 1;
}

.click-target {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  cursor: pointer;
}

.am-2000-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: 0;
}

.amenity-container {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-right: 2px solid hsla(0, 0%, 100%, 0.15);
  background-color: transparent;
  cursor: default;
}

.amenity-container.last {
  border-right-style: none;
  border-right-width: 0px;
}

.amenity-container._40s {
  border-right-style: none;
  border-right-width: 0px;
}

.amenity-container._50s {
  border-right-style: none;
}

.amenity-container._60s70s {
  border-right-width: 0px;
}

.amenity-container._80s90s {
  border-right-width: 0px;
}

.amenity-container._2000s {
  border-right-width: 0px;
}

.amenity-subheading-feature {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 2px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.amenity-text-block {
  position: absolute;
  left: 90px;
  bottom: 90px;
  z-index: 4;
  display: none;
  width: 415px;
  opacity: 0;
}

.amenity-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.47em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0em;
}

.html-embed {
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.amenity-subheading {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.am-40-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #000;
  opacity: 0;
}

.amenity-summary {
  margin-bottom: 0px;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 300;
}

.plus-box {
  position: absolute;
  bottom: 170px;
  z-index: 4;
  width: 32px;
  height: 32px;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 5%;
  background-image: url('../images/circle-plus.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
}

.plus-hover {
  opacity: 0;
}

.x-box {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
  display: none;
  width: 32px;
  height: 32px;
  margin-bottom: 0px;
  background-image: url('../images/circle-plus.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.am-6070-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: 0;
}

.video-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
  background-image: url('../images/home-poster-new.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-bg.amenity-box {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: url('../images/75th-Videos-Landing-Page.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.am-concierge-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: url('../images/amenities-poster-concierge.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.amenities-section-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: none;
  color: #fff;
  text-decoration: none;
}

.amenities-section-container.w--current {
  cursor: default;
}

.hide {
  display: none;
}

.decade-heading {
  width: 100%;
}

.decade-image-narrow {
  max-width: none;
}

@media screen and (max-width: 991px) {
  .amenity-heading-narrow {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 18px;
    line-height: 34px;
  }

  .amenities-section-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .amenity-heading-feature {
    font-size: 24px;
    line-height: 34px;
  }

  .amenity-text-preview {
    bottom: 40px;
    width: auto;
    min-height: 0px;
    padding-right: 4px;
    padding-left: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bg-target {
    z-index: 5;
  }

  .amenity-narrow-block {
    position: absolute;
    left: 38px;
    top: auto;
  }

  .amenity-container {
    border-bottom: 2px solid hsla(0, 0%, 100%, 0.15);
    border-right-style: none;
    border-right-width: 0px;
    -webkit-transition: background-color 400ms cubic-bezier(.455, .03, .515, .955);
    transition: background-color 400ms cubic-bezier(.455, .03, .515, .955);
  }

  .amenity-container:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .amenity-container.last {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .amenity-subheading-feature {
    margin-bottom: 0px;
  }

  .amenity-text-block {
    position: absolute;
    left: 38px;
    bottom: auto;
    min-height: 0px;
    padding-right: 76px;
    padding-left: 0px;
  }

  .amenity-heading {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 34px;
  }

  .amenity-subheading {
    margin-bottom: 0px;
  }

  .am-40-container {
    position: absolute;
  }

  .amenity-summary {
    display: none;
  }

  .plus-box {
    bottom: 100px;
    width: 24px;
    height: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 12px;
  }

  .x-box {
    width: 24px;
    height: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .amenity-heading-narrow {
    font-size: 16px;
    line-height: 32px;
  }

  .amenity-paragraph {
    font-size: 16px;
    line-height: 25px;
  }

  .amenity-heading-feature {
    font-size: 22px;
    line-height: 32px;
  }

  .amenity-text-preview {
    bottom: 36px;
  }

  .amenity-narrow-block {
    left: 20px;
  }

  .amenity-subheading-feature {
    font-size: 22px;
    line-height: 32px;
  }

  .amenity-text-block {
    left: 20px;
    width: auto;
    padding-right: 40px;
  }

  .amenity-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .amenity-subheading {
    font-size: 13.5px;
  }

  .amenity-summary {
    font-size: 16px;
    line-height: 25px;
  }

  .plus-box {
    bottom: 80px;
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .amenity-heading-narrow {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
  }

  .amenity-paragraph {
    font-size: 15px;
    line-height: 21px;
  }

  .amenity-heading-feature {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
  }

  .amenity-text-preview {
    bottom: 20px;
    padding-right: 2px;
    padding-left: 6px;
  }

  .amenity-subheading-feature {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.1em;
  }

  .amenity-heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
  }

  .amenity-subheading {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.1em;
  }

  .plus-box {
    bottom: 50px;
    margin-left: 6px;
  }

  .x-box {
    width: 22px;
    height: 22px;
  }
}

