/* Custom styles for mobile devices */
@media (max-width: 767px) {
  /* Apply height increase only to main property slider images */
  #propertySlider .property-slider-img img {
    height: 250px; /* Adjust this value as needed for the desired height on mobile */
    object-fit: cover;
  }
}
