.feed-items {
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    margin: 0 auto;
    background-color: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 100%;
    transition: none;
    width: 100%;
    max-width: 100%;
    min-width: 90px;
}

.feed-item {
    background: none repeat scroll 0 0;
    background-color: inherit;
    cursor: pointer;
    overflow: hidden;
    zoom: 1;
    padding: 0;
    border-width: 1px;
    width: 32.33333333%;
    max-width: 32.33333333%;
    margin: 10px .5%;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    vertical-align: top;
    min-width: 90px;
    position: relative;
}

@media (max-width: 480px) {
    .feed-item {
        width: 100%;
        margin: 1% 0;
        max-width: 100%;
    }
}

.feed-item .feed-item-img-wrapper {
    position: relative;
}

.feed-item div.feed-item-img {
    padding: 0;
    text-align: center;
}

.feed-item img.feed-item-img {
    opacity: 1;
    margin: 0;
}

.feed-item img.feed-item-img {
    width: 100%;
    height: 170px;
    max-width: 492px;
    max-height: 328px;
    box-sizing: border-box;
    object-fit: cover;
    display: block;
}


@media (max-width: 1024px) {
    .feed-item img.feed-item-img {
         height: 200px !important;
    }
}

.feed-item .feed-item-title {
    line-height: 1;
    margin-top: 10px;
    text-align: center;
}

.feed-item .feed-item-title a {
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    color: inherit;
    text-decoration: none;
}
