.featured-item-container {
    min-height: 260px;
}

@media (max-width: 786px) {

.featured-item-container {
    min-height: 210px;
}

}

.featured-item {
    border: 1px solid #ccc;
    border-radius: 2px;
}

.featured-item img {
    width: 100%;
    max-height: 200px;
}

.featured-item .title {
    font-weight: bold;
    background-color: #333;
    color: #fff;
    margin: 0;
    padding: 10px 5px;
    min-height: 50px;
    vertical-align: middle;
}
