.house-images ul li{
	width: -moz-calc(33.3333333% - 3.33333333px);
    width: -webkit-calc(33.3333333% - 3.33333333px);
    width: calc(33.3333333% - 3.33333333px);
	height: -moz-calc(113.333333px - 3.33333333px);
    height: -webkit-calc(113.333333px - 3.33333333px);
    height: calc(113.333333px - 3.33333333px);
}