#menu-menu a {
    background-color: #00000078;
}

body.home article.has-post-thumbnail::after {
    content: '1924-2024 Zape centenario';
    position: absolute;
    left: -20vw;
    z-index: 99999;
    top: 7vw;
    background-color: #0000007a;
    transform: rotate(-45deg);
    width: 100%;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: white;
}

body.home article.has-post-thumbnail {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 940px){
body.home article.has-post-thumbnail::after {
left: -30vw;
top: 9vw;
}
}

@media only screen and (max-width: 620px){
body.home article.has-post-thumbnail::after {
left: -34.5vw;
top: 12vw;
}
}

@media only screen and (min-width: 1400px){
body.home article.has-post-thumbnail::after {
left: -15em;
top: 5em;
}
}