.rooms-single .hero-section .hero__title p {
  margin: 0;
  line-height: inherit;
}
.rooms-single .hero-section .hero__number {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-left: 16px;
}
.rooms-single .hero-section .hero__copy {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.rooms-single .hero-section .hero__meta {
  z-index: 2;
  position: relative;
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
.rooms-single .hero-section .hero__meta .hero__property-name {
  font-weight: 400;
}
.rooms-single .hero-section .hero__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.rooms-single .hero-section .hero__image img {
  width: 100%;
  height: 640px !important;
  object-fit: cover;
}
.rooms-single .hero-section .hero__breadcrumbs {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.rooms-single .hero-section .hero__breadcrumbs .breadcrumb-wrapper {
  display: flex !important;
  justify-content: space-between !important;
}

@media (max-width: 960px) {
  .rooms-single .hero-section .hero__title {
    font-size: 22px;
    letter-spacing: normal;
    line-height: 1.8;
  }
  .rooms-single .hero-section .hero__meta {
    line-height: 120%;
  }
  .rooms-single .hero-section .hero__image img {
    height: 300px !important;
    object-position: center;
    object-fit: cover;
  }
}
