/* Default styles */
div.property-display-img {
  width: calc(100% - 192px);
}

button.property-display-prev-btn {
  width: 96px;
}

button.property-display-next-btn {
  width: 96px;
}

/* Styles for screens smaller than 768px */
@media screen and (max-width: 767px) {
  div.property-display-img {
    width: calc(100% - 128px);
  }
  img.HomeBanner {
    width: auto !important;
    /* Ensure the image adjusts its width proportionally */
    height: calc(100vh - 70px) !important;
    /* Make the image fill the container vertically */
  }
  button.property-display-prev-btn {
    width: 64px;
  }
  button.property-display-next-btn {
    width: 64px;
  }
}
div.thumbnail-card-hover:hover {
  border: 2px solid;
  cursor: pointer;
}

tr.thumbnail-card-hover:hover {
  border: 2px solid;
  cursor: pointer;
}

div.thumbnail-card-hover::before:hover {
  border: 1px solid;
}

tr.thumbnail-card-hover::before:hover {
  border: 1px solid;
}