.category-card {
    background-color: #fff;
    overflow: hidden;
    border-radius: 2px;
}

.category-card .card-image {
    width: 100%;
    overflow: hidden;
}

.category-card .card-image img {
    display: block;
    width: 100%;
}

.category-card .card-body {
    padding: 5px 25px;
    min-height: 320px;
    border: 1px solid #ccc;
}

.category-card .category-excerpt p {
    color: #777;
}

.category-card .entry-meta {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 3px 0;
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block;
    color: #9a1c1f;
}

.category-card .card-body h2 {
    font-size: 1.7rem;
    margin-top: 0.5rem;
}

.category-card .card-footer {
    padding: 5px 0;
}

.category-card .card-image-tablet,
.category-card .card-image-mobile {
    display: none;
}

/* Max-width media queries */
@media (max-width: 960px) {

}

@media (max-width: 768px) {

}

@media (max-width: 480px) {

}

