#home-news {
    position:relative;
    clear: both;
    overflow: hidden;
}

#home-news-inner {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding: 50px 0 40px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info.news-article {
    margin:0;
}

#news-article h2 {
    text-align: center;
    max-width: 700px;
    margin: 20px auto;
}

#home-news ul {
    clear:both;
    overflow:hidden;
}

#home-news ul li {
    float: left;
    width: 100%;
    padding: 0 25px 25px 0;
    overflow: hidden;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#home-news ul li:after{
    content:'';
    clear:both;
    display:block;
}

#home-news ul li a {
    background: white;
    display: block;
    height: 250px;
    font-family: 'bentonsans';
    letter-spacing: 1px;
    font-size: 15px;
    color: black;
    text-decoration: none;
    line-height: 26px;
    overflow:hidden;
}

#home-news ul#videos li a {
    height: 400px;
}

#home-news ul li a img {
    display:block;
    width:100%;
    transition: all .4s ease-in-out;
    position:relative;
    z-index: 0;
}

#home-news ul li a:hover img { transform: scale(1.1); }

#home-news ul li a h3 {
    padding: 20px;
    margin: 0;
    background: white;
    z-index: 1;
    position: relative;
    font-size: 15px;
    line-height: 20px;
}

#home-news ul li a h4 {
    color: #888;
    margin: 20px 20px 0 20px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.info.news-article h2,
.news-article h4 {
    text-align:center;
    margin-bottom: 15px;
}

.news-article p:first-of-type {
    font-size:1.2em;
}

.news-article ul {
    max-width: 800px;
    margin: 20px auto 20px auto;
    font-size: 16px;
}

.news-article table {
    font-size: 14px;
    max-width:380px;
    margin:0 auto;
}

.news-article table tr:first-of-type td {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}

.news-article table tr:nth-of-type(2n) {
    background: #eaeaea;
}

.news-article table tr td {
    padding:10px;
}

@media (min-width: 420px) {
    #home-news ul li {
        width: 50%;
    }
    #home-news ul li a {
        height: 250px;
    }
    #home-news ul#videos li a {
        height: 350px;
    }
}
    
@media (min-width: 650px) {
    #home-news ul li a {
        height: 250px;
    }
    #home-news ul#videos li a {
        height: 400px;
    }
}

@media (min-width: 900px) {
    #home-news ul li {
        width: 25%;
    }
    #home-news ul li a {
        height: 250px;
    }
    #home-news ul#videos li a {
        height: 350px;
    }
}

@media (min-width: 1024px) {
    #home-news ul li a {
        height: 250px;
    }
    #home-news ul#videos li a {
        height: 400px;
    }
}