.singleroom_price_amount .mphb-price {
  font-size: 36.3px !important;
}

#page_caption_overlay {
  position: absolute;
  /* Ensures it covers the parent properly */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, black);
  pointer-events: none;
  /* Allows clicks to pass through to elements below if needed */
}