.image-container {
    width: 360px;
    height: 220px;
    overflow: hidden;
    position: relative;
  }

  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .slider-image-container {
    width: 1920px;
    height: 1280px;
    overflow: hidden;
    position: relative;
  }

  .slider-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .property-card {
    min-height: 500px;
    /* Altura fija de 500px */
    max-height: 500px;
    /* Altura fija de 500px */
    height: 500px;
    /* Altura fija de 500px */
    overflow: hidden;
  }

  .aa-properties-about {
    min-height: 150px;
    /* Altura máxima de 150px */
    max-height: 150px;
    /* Altura máxima de 150px */
    height: 150px;
    /* Altura máxima de 150px */
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #aa-advance-search .aa-advance-search-area {
    min-height: default;
  }

  #aa-latest-property {
    padding-top: 0;
  }