.smallview {
    position:relative;
    border: 1px solid #aaa;
    box-shadow: 2px 2px 2px #aaa;
    border-radius: 10px;
    max-width: 98%;
    margin: 0 auto 0 auto;    
}
.openhuis {
    position:absolute;
    width :100%;
    border:0;
    z-index:10;
    left:10px;
    top:10px;
}
.onderbod {
    position:absolute;
    width :100%;
    border:0;
    z-index:11;
    right:20px;
    bottom:20px;
}
.houseprice {
    text-align:right;
    position:absolute;
    right: 20px;
    bottom:10px;
}
.imagediv {
    max-height:287px;
    overflow:hidden;
    display: flex;
    padding-bottom: 10px;
}