.houselist{
height: 330px;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
background-color: rgb(255, 255, 255);
transform: translateY(330px);
transition: all 1s;
}
.houselist{
height: 330px;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
background-color: rgb(255, 255, 255);
transform: translateY(330px);
transition: all 1s;
}