.feed-img-contain {
/*
    height: 140px;
    overflow: hidden;
*/
    overflow: hidden;
}
.feed-img-contain img {
    width: 100%;
}

.read-more-contain {
    clear: both;
    text-align: center;
}

@media (max-width: 767px) {
    .feed-item:first-child {
        margin-top: 60px;
    }

    .read-more-contain {
        margin-bottom: 60px;
    }

    .feed-img-contain {
        height: 240px;
    }
}

.feed-item blockquote {
    border-left-color: #f7931d;
    background-color: #f6f6f6;
}

blockquote.insight {
    background: transparent;
    quotes: "“" "”" "‘" "’";
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
blockquote.insight:before {
    color: #ccc;
    content: '\201C';
    font-size: 100px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #676767;
    text-align: center;
    line-height: 42px;
    float: left;
    position: absolute;
    top: 60px;
    display: block;
    left: 0;
    margin-left: 10px;
}

.zebra-pager {
    text-align: center;
    clear: both;
}

.mobile-feed {
    display: none;
}

.desktop-feed .feed-col-2 {
    padding: 0 20px;
}

@media (max-width: 767px) {
    .desktop-feed {
        display: none;
    }

    .mobile-feed {
        display: block;
    }
}

@media (min-width: 768px) {
    .desktop-feed {
        display: block;
    }

    .mobile-feed {
        display: none;
    }
}