@media (min-width: 768px) {
    .layout-tripleNews .post-container > *:nth-child(4) {
        display: none;
    }
}
@media (min-width: 1200px) {
    .layout-tripleNews .post-container > *:nth-child(4) {
        display: block;
    }
}
