.homeTile {
    position: relative;
}
.homeTile .card-header {
    position: absolute;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    padding: 1em;
}

.homeTile .card-header h4, .homeTile .card-header p {
    color:#420100;
    font-weight: 300;
    margin: 0;
    display:inline;
}

.homeTile img {
    width: 100%;
    height: auto;
}

.homeTileLotText {
    background: #EBEBEB;
}

.homeTile .card {
    cursor: pointer;
}

.homeTile .card-body {
    min-height: 15rem;
    background-size: cover;
    background-position: center;
}

.homeTile .card-footer {
    background-color: #D8D8D8;
    color: #53565A;
}
