@media screen and (max-width: 1200px) {
    .publication .blog-entry .caption h3 {
        font-size: 13px;
        margin-bottom: 7px;
        padding-bottom: 7px;
        margin-top: 0;
    }

    .publication .blog-entry .caption span.date {
        font-size: 11px;
    }
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 500px) {
    .show-xxs {
        display: block !important;
    }
}