/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 #search-results {
     position: relative;
 }
 .resultat {    
     position: absolute;
     max-width: 500px;
     width: 100%;
     z-index : 1000;
     border: 1px solid;
   padding-left: 0px;
padding-right: 0px;
background-color: #fff;
 }
 .resultat .properties {
     padding: 10px;
 }
 .properties-photo {
     width: 100px; 
     height: auto;
 }