.posts {
font-size: 16px;
}

p.paginator {
    text-align: center;
}

.menu-item-link {
background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(linear, top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    font-size: 34px;
    padding: 15% 30px 15px 7%;
    text-transform: none;
    align-items: flex-end;
    display: flex;
    text-align: right;
}

.menu-item-link p {
    padding: 10px;
}

p.date {
    font-size: 0.5em;
}

.menu-item-link:hover {
color: #ccc;
text-decoration: none;
}

.post-img {
    width: 50%;
    padding: 0 30px 100% 0;
    float: left;
}

.news {
    color: #e87127;
    font-size: 50px;
    line-height:100px;
    text-align: center;
    text-transform: uppercase;
}


#globalprogram {
    padding: 100px 0 60px 0;
}

@media (max-width: 767px) and (min-width: 320px) {
.menu-item-link {
    font-size: 21px;
    padding: 28% 5% 5% 5%;
    text-transform: none;
}
.h1, h1 {
    font-size: 23px;
}
.news {
    font-size: 40px;
    line-height: 50px;
}
.post-img {
    width: 100%;
    padding: 0 0 15px 0;
}
}

.menu-item-link2.year {
    text-align: center;
    padding-left: 0;
}

.menu-item-link2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 43px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    padding: 23% 0 0 10%;
}