
.table-img{
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.table-img-lg{
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.table-avatar{
    width:50px;
    height:50px;
    object-fit:cover;
    border-radius:50%;
}
.willimano-gallery-img-wrapper{

    width:150px;
    height:150px;
    overflow:hidden;
    border-radius:8px;
    background:#f8f9fa;

}

/* image fills container */
.willimano-gallery-thumb{

    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

}

  /* hover zoom */
  .willimano-gallery-thumb:hover{
      transform:scale(1.05);
  }

/* image wrapper with div and text */
.text-willimano-gallery-img-wrapper{

    width:100%;
    aspect-ratio:1/1;
    overflow:hidden;
    border-radius:8px;

}

/* image fit */
.text-willimano-gallery-thumb{

    width:100%;
    height:100%;
    object-fit:cover;

}

.text-willimano-gallery-thumb:hover{
      transform:scale(1.05);
}


.available-apartment-img{
    width:100%;
    height:220px;
    object-fit:cover;
    object-position:center;
}

/* Tablet */
@media (max-width: 992px){
    .available-apartment-img{
        height:200px;
    }
}

/* Mobile */
@media (max-width: 576px){
    .available-apartment-img{
        height:180px;
    }
}