div.recentNews
{
    width: 320px;
    height: 312px;
}

div.recentNews h3.recentNews
{
}

div.recentNews a.newsArticle
{
    display: inline-block;
    position: relative;
    margin: 5px;
    height: 0;
    width: 45%;
    padding-bottom: 30%;
}

div.recentNews img.newsArticle
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.recentNews div.seeAll
{
    background-color: #343541;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

div.recentNews div.seeAll a
{
    text-decoration: none;
    font-size: 0.8em;
    color: white;
    padding: 3px;
}

@media only screen and (max-width: 940px)
{
    div.recentNews a.newsArticle
    {
        width: 23%;
        padding-bottom: 15.33%;
    }

    div.recentNews div.seeAll
    {
        position: relative;
        padding: 5px;
    }

    div.recentNews div.seeAll a
    {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 660px)
{
    div.recentNews a.newsArticle
    {
        width: 45%;
        padding-bottom: 30%;
    }
}

@media only screen and (max-width: 320px)
{
    div.recentNews a.newsArticle
    {
        width: 95%;
        padding-bottom: 63.33%;
    }
}