﻿
@media (min-width: 767px) {
    .post-module {
        height: 270px !important;
    }

}

@media (max-width: 767px) {
    .post-module {
        height: 100% !important;
    }
}

    .post-module .category {
        background: #0094ff !important;
        text-align: center;
        padding: 10px;
        color: white;
        font-weight: bold;
    }

.post-content a {
    width: 100%;
}
