.frontpage-property-main-container {
    //width: 900px; 
    text-align: center;
    margin-bottom: 20px;
    max-width: 960px;
}

.frontpage-property-container {
    -webkit-box-shadow: 1px 5px 29px 6px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 5px 29px 6px rgba(0,0,0,0.14);
    box-shadow: 1px 5px 29px 6px rgba(0,0,0,0.14);
    color: #444; 
    display: inline-block; 
    margin: 5px; 
    padding: 5px; 
    font-size: 12px;
    width: 260px;
}

.frontpage-property-container-alternative {
    -webkit-box-shadow: 1px 5px 29px 6px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 5px 29px 6px rgba(0,0,0,0.14);
    box-shadow: 1px 5px 29px 6px rgba(0,0,0,0.14);
    color: #444;
    display: block;
    margin: 5px;
    padding: 5px;
    font-size: 12px;
    width: 100%;
}

.frontpage-property-container img, .frontpage-property-container-alternative img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;;
}

.frontpage-property-container p, .frontpage-property-container-alternative p {
    line-height: 25px;
}