.card-body {
    background-position: center;
    background-size: cover;
}

.communityLogo {
    background-color: rgba(255, 255, 255, 0.6);
}

.communityPrice {
    background: #ffffff;
    font-size: 1.5rem;
    text-align: center;
    border-bottom:1px solid #53565A;
    font-weight: 300;
}

.card.communityDetails.coming_soon::before {
    content:'Coming Soon';
    position: absolute;
    right: 0;
    padding: 1em;
    color: #ffffff;
}
