.new-image-block
{
    text-align: center;
    margin-bottom: 25px;
}

.new-content
{
    font-size: 20px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.new-date
{
    text-align: center;
    color: grey;
    font-size: 20px;
    margin-bottom: 25px;
}

.new-content img
{
    max-width: 100%;
}

@media (max-width: 1099px)
{
    .new-image-block img
    {
        max-width: 100%;
    }
}