#featured_properties_container .feature-property .thumbnail_image .sold_image img {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    max-width: 150px;
    height: auto;
}
#featured_properties_container .feature-property .thumbnail_image img {
    margin: 25px 0 0 0;
    width: 100%;
    max-width: 240px;
    height: auto;
}
	#featured_properties_container .feature-property {
    position: relative;
    }
    .feature-property {
    width: 100%;
    max-width: 850px;
    min-height: 1113px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
}
.feature-property .list {
    margin: 9px;
    padding: 0;
    width: 100%;
    max-width: 240px;
    max-height: 346px;
    list-style-type: none;
    background: #f3f3f3;
    border: 1px solid #000;
    flex-direction: column;
    position: relative;
    display: inline-block;
    float: left;
}
.feature-property .list .cityname {
    background: rgba(0,0,0,0.7);
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    padding: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.feature-property .list .thumb-cont {
    position: relative;
}
#featured_properties_container .feature-property .cityname {
    position: relative;
    margin: 0 0 0 0;
}
.feature-property .list .cityname {
    background: rgba(0,0,0,0.7);
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    padding: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.feature-property .list .price {
    font-size: 20px;
    padding: 1px;
    color: #ffc55f;
    position: absolute;
    right: 4px;
    bottom: -1px;
    font-weight: 700;
	text-shadow: 2px 2px 5px #000000;
}
#featured_properties_container .feature-property .thumbnail_image {
    margin: 0 0 0 0;
    width: 100%;
    max-width: 240px;
    height: auto;
}
#featured_properties_container .feature-property .thumbnail_image img {
    display: block;
	margin: 0;
    width: calc(100% - 3px);
	max-width: 235px;
    height: auto;
	box-shadow: 2px 2px 2px #000000;
}

.feature-property .list img {
    width: 100px;
    max-width: 125px;
    height: auto;
    max-height: 158px;
}
.feature-property .list .prop-det {
    padding: 15px;
}
.feature-property .list .prop-det h4 {
    font-size: 14px;
    color: #0a7fa6;
}