/*
Theme Name: Nobileo
Author URI: https://startweb.ro
Description: Child theme for Houzez theme
Version: 1.0
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */

.item-listing-wrap.hz-item-gallery-js.item-listing-wrap-v3.card .listing-thumb img {
    height: 300px;
    object-fit: fill;
    width: 100%;
}
.item-listing-wrap .listing-image-wrap .listing-thumb img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}