div.slitherineNews
{
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

div.slitherineNewsArticle
{
    display: block;
    width: 19%;
}

div.slitherineNewsArticle a
{
    display: block;
    position: relative;
}

div.slitherineNewsArticle img
{
    width: 100%;
}

.news-box-overlay-main {
    position: absolute;
    bottom: 40%;
    left: 10%;
    width: 75%;
    text-align: center;
    background: rgb(0,0,0,0.75);
    color: white;
    padding: 5px;
    font-weight: bold;
    font-size: 0pt;
    border-bottom-color: white;
    border-bottom-style: solid;
    line-height: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: 'Verdana';
}

.news-overlay-main {
    position: absolute;
    top: 65%;
    left: 10%;
    width: 75%;
    text-align: center;
    color: white;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0pt;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: normal;
    font-family: 'Verdana';
}

div.slitherineNewsArticle img.newsArticleWithOverlayText {
    opacity: 70%;
}
