.c49mod-neighborhoods-grid-five .c49-property-card .card-overlay,
.c49mod-neighborhoods-grid-five .card-infos .properties-number,
.c49mod-neighborhoods-grid-five .c49-property-card .card-img {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.c49mod-neighborhoods-grid-five .c49-title {
    position: relative;
    background-color: transparent!important;
    border: 0!important;
    color: #000;
    border-radius: 0;
    padding: 0;
}
.c49mod-neighborhoods-grid-five .c49-properties-subtitle:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    width: 700px;
    height: 200px;
    right: 0;
    margin-right: -30px;
    border-radius: 10px;
    z-index: -1;
}
.c49mod-neighborhoods-grid-five .c49-title .c49-properties-title,
.c49mod-neighborhoods-grid-five .c49-title .c49-properties-subtitle {
    text-align: left;
}
.c49mod-neighborhoods-grid-five .c49-title .c49-properties-title {
    font-weight: 800;
    letter-spacing: 0;
    text-transform: initial;
    font-size: 3rem;
}
.c49mod-neighborhoods-grid-five .c49-title .c49-properties-subtitle {
    display: inline-block;
    position: relative;
    color: #fff;
}
.c49mod-neighborhoods-grid-five .c49-property-card .card-img {
    padding-top: 60%;
    background-size: cover;
    background-position: center;
    background-color: #000;
    z-index: 5;
}
.c49mod-neighborhoods-grid-five .c49-property-card:hover .card-img {
-moz-transform: scale(1.3) rotate(-5deg);
-webkit-transform: scale(1.3) rotate(-5deg);
-o-transform: scale(1.3) rotate(-5deg);
-ms-transform: scale(1.3) rotate(-5deg);
transform: scale(1.3) rotate(-5deg);
}
.c49mod-neighborhoods-grid-five .card-deck .card.card-bottom {
    flex-direction: column-reverse;
}
.c49mod-neighborhoods-grid-five .card-deck .card {
    box-shadow: none;
    background-color: transparent;
    border: 0;
}
.c49mod-neighborhoods-grid-five .c49-property-card {
    border: 0;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: .25rem;
    overflow: hidden;
    cursor: pointer;
}
.c49mod-neighborhoods-grid-five .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 10;
}
.c49mod-neighborhoods-grid-five .c49-property-card:hover .card-overlay {
    background: rgba(0,0,0,.75);
}
.c49mod-neighborhoods-grid-five .card-infos {
    position: absolute;
    color: #fff;
    z-index: 15;
    width: 100%;
    height: 100%;
    padding: 30px;    
}
.c49mod-neighborhoods-grid-five .card-infos h3 {
    font-weight: 800;
    margin-bottom: 4px;
}
.c49mod-neighborhoods-grid-five .c49-property-card .properties-number {
    border-left: 0px solid #fff;
    padding-left: 0;
}
.c49mod-neighborhoods-grid-five .c49-property-card:hover .properties-number {
    border-left-width: 30px;
    padding-left: 10px;
}
.c49mod-neighborhoods-grid-five .properties-city {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 4px;
}