.open-houses__header {
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;

    display: flex;
    align-items: baseline;

    background: white;
    z-index: 3;

    font-size: .9rem;
}

.open-houses__header--sticky {
    position: sticky; 
    top:0;
}

.open-houses__header .fa {
    font-size: 1.4rem;
    margin-right: 10px;
    color: #BBBBBB;
}

.open-houses__info {
    padding: 2px 5px;
    line-height: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.open-houses__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #efefef;
}

.search-results-gallery-property {
    position: relative;
    min-height: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.open-houses__time-label {
    position: absolute;
    right: 0;
    z-index: 2;
    padding: 4px;
    background: white;
}

.open-houses__info--address {
    font-size: 1rem;
    flex-grow: 1;
}

.open-houses__info--alt-color, .open-houses__time-label .fa {
    color: #907D45;
}

.open-houses__property {
    color: black;
}


@media (min-width: 576px) {
    .search-results-gallery-property {
        min-height: 320px;
    }
}

@media (min-width: 768px) {
    .search-results-gallery-property {
        min-height: 320px;
    }
}

@media (min-width: 992px) {
    .search-results-gallery-property {
        min-height: 280px;
    }
}

@media (min-width: 1200px) {
    .search-results-gallery-property {
        min-height: 280px;
    }
}