#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

#ip-neighborhoods strong {
    font-weight: 700;
}

.ip-neighborhoods-content {
    padding: 0 15px;
    margin-bottom: 30px;
}

.ip-neighborhoods-feed-wrapper {
    position: relative;
    z-index: 1;
    background: #202020;
    padding: 95px 0 97px;
    overflow: hidden;
    /*max-width: 1920px;*/
    width: 100%;
    margin: 0 auto;
    padding-top: 22px !important;
}

.ip-neighborhoods-feed-title-main {
    display: block;
    margin-bottom: 43px;
}

.ip-neighborhoods-feed-title-main h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.ip-neighborhoods-feed-list a {
    display: block;
    position: relative;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.ip-neighborhoods-feed-list a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
}

.ip-neighborhoods-feed-list {
    display: block;
    position: relative;
    padding: 0 6.5px;
    width: calc(100% / 3);
    margin-bottom: 13px;
}

.ip-neighborhoods-feed-img {
    position: relative;
}

.ip-neighborhoods-feed-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
}

.ip-neighborhoods-feed-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -6.5px;
}

.ip-neighborhoods-feed-title {
    position: absolute;
    bottom: 25px;
    left: 45px;
    width: calc(100% - 90px);
}

.ip-neighborhoods-feed-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.25);*/
}

.ip-neighborhoods-feed-title span {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 3px 1px #000;
    text-shadow: 1px 2px 1px #000;
    text-align: center;
    display: block;
}

.global-btn-wrap.ip-neighborhoods-feed-btn-wrap {
    margin-top: 54px;
}

.ip-neighborhoods-feed-title-main h2 {
    margin-top: 24px;
}

.ip-neighborhoods-feed-title-main h2 a {
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .ip-neighborhoods-feed-wrapper {
        padding: 50px 15px 60px;
    }

    .ip-neighborhoods-feed-main {
        display: block;
        margin: 0;
    }

    .ip-neighborhoods-feed-title-main h2 {
        font-size: 40px;
    }

    .ip-neighborhoods-feed-title {
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .ip-neighborhoods-feed-list {
        width: 100%;
        padding: 0;
        max-width: 525px;
        margin: 0 auto 30px;
    }

    .ip-neighborhoods-feed-list a {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .global-btn-wrap.ip-neighborhoods-feed-btn-wrap {
        display: block;
        max-width: 100%;
    }
}


@media only screen and (max-width: 767px) {
    .ip-neighborhoods-feed-title-main h2 {
        font-size: 30px;
    }
}